Skip to content

Commit

Permalink
add a travis configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Jan 23, 2016
1 parent d7271b1 commit e40d9ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: python
python: 2.7
env:
- TOX_ENV=py34
- TOX_ENV=py27
- TOX_ENV=pep8
install:
- pip install tox
script:
- tox -e $TOX_ENV

0 comments on commit e40d9ac

Please sign in to comment.