Skip to content

Instantly share code, notes, and snippets.

@dnozay
Created October 25, 2014 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnozay/27ff0d8d589b6593b4be to your computer and use it in GitHub Desktop.
Save dnozay/27ff0d8d589b6593b4be to your computer and use it in GitHub Desktop.
Travis config file for simple project using tox.
language: python
python:
- "2.7"
install:
- pip install tox
script:
- tox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment