Skip to content

Commit 6755500

Browse files
committed
fix docs test
1 parent 41a7419 commit 6755500

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tox]
2-
envlist = pypy,pypy3,py36-docs,py36,py35,py34,py33,py27
2+
envlist = pypy-test,pypy3-test,py36-test,py35-test,py34-test,py33-test,py27-test,py36-docs
33

44
[testenv]
55
changedir =
66
docs: {toxinidir}/docs
77
commands =
8-
py{py,py3,36,35,34,33,27}: coverage run --source=fitbit setup.py test
8+
test: coverage run --source=fitbit setup.py test
99
docs: sphinx-build -W -b html docs docs/_build
1010
deps = -r{toxinidir}/requirements/test.txt

0 commit comments

Comments
 (0)