summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 6 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 0446ef5..7329d2b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,13 +7,13 @@ isolated_build = true
addopts = -v --cov rsa --cov-report term-missing
[testenv]
-whitelist_externals = poetry
+deps = pipenv
commands =
- poetry install -v
- poetry run py.test tests/
+ pipenv install --dev --deploy
+ pipenv run py.test tests/
[testenv:py37]
-whitelist_externals = poetry
+whitelist_externals = pipenv
commands=
- poetry install -v
- poetry run py.test --doctest-modules rsa tests/
+ pipenv install -v
+ pipenv run py.test --doctest-modules rsa tests/