aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-02-21 04:16:14 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-02-21 04:16:14 +0000
commitdca2c7c42822c75da0dcda8434eae82fabe27f05 (patch)
tree3eb572c3ebc62886710867852e6df4e336e9bab7 /tox.ini
parent57b309b360542fd9b6594bf2240896b6698c8ae1 (diff)
parentea37697b04e123324d3fc365a0770b7f21371615 (diff)
downloadrsa-dca2c7c42822c75da0dcda8434eae82fabe27f05.tar.gz
Snap for 5325928 from ea37697b04e123324d3fc365a0770b7f21371615 to qt-release
Change-Id: I7fba457658db94a0c9140583f960f4a6583e4a9a
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