Skip to content

Commit

Permalink
Add py36 to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Mar 6, 2017
1 parent 83b2439 commit 3817b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,py34,py35,pypy
envlist = py26,py27,py33,py34,py35,py36,pypy

[testenv]
passenv = LD_LIBRARY_PATH
Expand All @@ -9,7 +9,7 @@ deps =
py26: unittest2
py26,py27: backports.lzma
py26,py27,pypy: futures
py26,py27,py33,py34,py35: spur
py26,py27,py33,py34,py35,py36: spur
commands =
python test.py --verbose
python -m doctest README.rst --verbose
Expand Down

0 comments on commit 3817b70

Please sign in to comment.