aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini18
1 files changed, 9 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index 2aa7823..a3109e4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,20 +1,20 @@
[tox]
# Environment changes have to be manually synced with '.travis.yml'.
-envlist = py26,py27,py33,py34,py35,pypy
+envlist = py27,py34,py35,py36,p37,pypy
[pytest]
addopts = -v --cov rsa --cov-report term-missing
[testenv]
-commands=py.test []
-deps=pyasn1 >=0.1.3
- coverage >=3.5
- PyTest
- pytest-xdist
- pytest-cov
+deps = pipenv
+commands=
+ pipenv install --dev
+ pipenv run py.test tests
-[testenv:py35]
-commands=py.test --doctest-modules []
+[testenv:py36]
+commands=
+ pipenv install --dev --ignore-pipfile
+ pipenv run py.test --doctest-modules rsa tests
[pep8]
max-line-length = 100