Skip to content

Commit

Permalink
Adds python 3.5 to tox environments
Browse files Browse the repository at this point in the history
  • Loading branch information
RobRuana committed Nov 18, 2015
1 parent c7fb15f commit 9bf2801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## building sphinx docs in separate virtual environments. Give it a try!

[tox]
envlist=flake8,py26,py27,py32,py33,py34,pypy,doc
envlist=flake8,py26,py27,py32,py33,py34,py35,pypy,doc

[testenv]
deps= -rrequirements_test.txt
Expand Down

0 comments on commit 9bf2801

Please sign in to comment.