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.
1 parent 8b67e90 commit 54ed96bCopy full SHA for 54ed96b
.travis.yml
@@ -12,7 +12,7 @@ python:
12
install:
13
- travis_retry pip install coveralls
14
- travis_retry pip install tox-travis
15
- - if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then travis_retry pip install pyOpenSSL>=16.2.0; fi
+ - if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then travis_retry pip install cryptography~=1.3.4 pyOpenSSL~=16.2.0; fi
16
script:
17
tox
18
after_success:
tox.ini
@@ -16,6 +16,16 @@ deps =
commands =
coverage erase
19
+[testenv:py26]
20
+deps =
21
+ pytest==3.2.4
22
+ pytest-cov
23
+
24
+[testenv:py33]
25
26
27
28
29
[testenv:flake8]
30
basepython = python
31
skip_install = true
0 commit comments