pedroburon / dotenv

python .env file handler
MIT License
36 stars 10 forks source link

tox.ini: Remove py32 and add py35 #12

Open msabramo opened 8 years ago

msabramo commented 8 years ago

because py32 is pretty ancient and not well-supported and py35 is new and nice.

$ tox
...
  py26: commands succeeded
  py27: commands succeeded
  py33: commands succeeded
  py34: commands succeeded
  py35: commands succeeded
  pypy: commands succeeded
  congratulations :)
msabramo commented 8 years ago

py32 seems to be causing Travis CI failures now because pip and virtualenv don't support it anymore:

https://travis-ci.org/pedroburon/dotenv/jobs/113527893