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