We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b414a32 + cd74a07 commit b1826d6Copy full SHA for b1826d6
tox.ini
@@ -29,13 +29,16 @@ setenv =
29
PYTHONHASHSEED = 0
30
# https://testrun.org/tox/latest/example/basic.html#special-handling-of-pythonhas
31
32
+# cffi<=1.7 is required for oldest tests due to
33
+# https://bitbucket.org/cffi/cffi/commits/18cdf37d6b2691301a15b0e54f49757ebd4ed0f2?at=default
34
deps =
35
+ py{26,27}-oldest: cffi<=1.7
36
py{26,27}-oldest: cryptography==0.8
37
py{26,27}-oldest: configargparse==0.10.0
38
+ py{26,27}-oldest: dnspython>=1.12
39
py{26,27}-oldest: psutil==2.1.0
40
py{26,27}-oldest: PyOpenSSL==0.13
41
py{26,27}-oldest: python2-pythondialog==3.2.2rc1
- py{26,27}-oldest: dnspython>=1.12
42
43
[testenv:py33]
44
commands =
0 commit comments