Skip to content

Commit 5735d19

Browse files
committed
ci: fix python 3.5 by adding to tox.ini
Also, switch back from the python-coveralls package to the primary coveralls package as it appears to be better maintained now. Signed-off-by: Paul Osborne <osbpau@gmail.com>
1 parent b8a70b6 commit 5735d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

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

44
[testenv]
55
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
@@ -10,7 +10,7 @@ commands=nosetests --with-doctest --doctest-options='+ELLIPSIS,+NORMALIZE_WHITES
1010
[testenv:coverage]
1111
deps=
1212
{[testenv]deps}
13-
python-coveralls
13+
coveralls
1414
commands =
1515
coverage run --branch --omit={envdir}/* {envbindir}/nosetests
1616
coveralls

0 commit comments

Comments
 (0)