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 9716cf1 commit 49413acCopy full SHA for 49413ac
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py36
+envlist = py36,py37
3
4
[testenv]
5
commands =
@@ -16,10 +16,19 @@ whitelist_externals = /bin/bash
16
17
[testenv:py36]
18
basepython = python3.6
19
-deps = -rrequirements-tests.txt
20
-[testenv:py35]
21
-basepython = python3.5
22
23
-[testenv:py27]
24
-basepython = python2.7
25
+deps = pipenv
+commands=
+ pipenv install --dev --ignore-pipfile
+ python setup.py test
+setenv=
+ LC_ALL=en_GB.UTF-8
+ LANG=en_GB.UTF-8
26
+[testenv:py37]
27
+basepython = python3.7
28
29
30
31
32
33
34
0 commit comments