Skip to content

Commit

Permalink
Add Travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Oct 17, 2016
1 parent b2f31e2 commit e61f7be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
install:
- pip install tox
script:
- tox
env:
- TOXENV=py27
- TOXENV=py35

0 comments on commit e61f7be

Please sign in to comment.