Skip to content

Commit

Permalink
Add Python 3.5 to tox.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Jun 11, 2016
1 parent 3ae3be1 commit 393f6ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[tox]
envlist = pep8,{py27,py33,py34,pypy}-{pymongo,pyexecjs}
envlist = pep8,{py27,py33,py34,py35,pypy}-{pymongo,pyexecjs}

[testenv]
basepython =
py27: python2.7
py33: python3.4
py34: python3.4
py35: python3.5
pypy: pypy
deps=
nose
Expand Down

0 comments on commit 393f6ad

Please sign in to comment.