Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #12 from blueyed/update-toxini
Browse files Browse the repository at this point in the history
Update tox.ini: py35/py36 and extras for eval tests
  • Loading branch information
bmerry committed Feb 17, 2018
2 parents 17a359e + dd516a2 commit 1246627
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
[tox]
envlist = py26,py27,py33,py34
envlist = py26,py27,py33,py34,py35,py36

[testenv]
usedevelop = True
commands = nosetests -v {posargs}
extras = lua
deps =
nose

[testenv:py26]
commands = nosetests -v {posargs}
extras = lua
deps =
nose
unittest2

0 comments on commit 1246627

Please sign in to comment.