pedroburon / dotenv

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

Add support for tox #5

Closed msabramo closed 9 years ago

msabramo commented 9 years ago

tox: http://tox.testrun.org/

$ pip install tox
...
$ tox
...
  py26: commands succeeded
  py27: commands succeeded
  py32: commands succeeded
  py33: commands succeeded
  py34: commands succeeded
  pypy: commands succeeded
  congratulations :)

and make .travis.yml use tox so that things are more DRY.