Skip to content

Commit

Permalink
Add python35 to the envs being tested against
Browse files Browse the repository at this point in the history
  • Loading branch information
dwighthubbard committed Nov 6, 2015
1 parent 72f9f10 commit f5e048b
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 @@ -4,7 +4,7 @@ skip_missing_interpreters=True
# Removed pypy3 due to issues with the psutil dependency on that python
# version.
#envlist = py27,py33,py34,pypy,pypy3
envlist = py27,py33,py34,pypy
envlist = py27,py33,py34,py35,pypy

[testenv]
deps=
Expand Down

0 comments on commit f5e048b

Please sign in to comment.