Skip to content

Commit

Permalink
Add Python 3.5 and 3.6 to tox.ini (elastic#613)
Browse files Browse the repository at this point in the history
Bring `tox.ini` up to date with `setup.py` and `.travis.yml`.
  • Loading branch information
jonafato authored and honzakral committed Aug 15, 2017
1 parent cd769b9 commit cf4f23c
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
@@ -1,5 +1,5 @@
[tox]
envlist = pypy,py26,py27,py33,py34
envlist = pypy,py26,py27,py33,py34,py35,py36
[testenv]
whitelist_externals = git
setenv =
Expand Down

0 comments on commit cf4f23c

Please sign in to comment.