diff options
author | Jon Bernard <jbernard@tuxion.com> | 2015-12-23 09:46:49 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2015-12-23 09:46:49 -0500 |
commit | 8aa84acc56ade056f35ce2445df9e3dc9ef8b721 (patch) | |
tree | b5fcbe7c59ff7612b73891691908fdad69ac708a /tox.ini | |
parent | 50b4b7ba5560db1f6cb5267a31c0e7834d3e2b36 (diff) | |
download | dotfiles-8aa84acc56ade056f35ce2445df9e3dc9ef8b721.tar.gz dotfiles-8aa84acc56ade056f35ce2445df9e3dc9ef8b721.tar.bz2 dotfiles-8aa84acc56ade056f35ce2445df9e3dc9ef8b721.zip |
Add py35 to the tox envlist
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py27,flake8 +envlist = py27,py35,flake8 [testenv] deps = pytest |