We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a7419 commit 6755500Copy full SHA for 6755500
1 file changed
tox.ini
@@ -1,10 +1,10 @@
1
[tox]
2
-envlist = pypy,pypy3,py36-docs,py36,py35,py34,py33,py27
+envlist = pypy-test,pypy3-test,py36-test,py35-test,py34-test,py33-test,py27-test,py36-docs
3
4
[testenv]
5
changedir =
6
docs: {toxinidir}/docs
7
commands =
8
- py{py,py3,36,35,34,33,27}: coverage run --source=fitbit setup.py test
+ test: coverage run --source=fitbit setup.py test
9
docs: sphinx-build -W -b html docs docs/_build
10
deps = -r{toxinidir}/requirements/test.txt
0 commit comments