Skip to content

Commit

Permalink
Add travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcoman committed Aug 17, 2015
1 parent 2886a5a commit 659360f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Config file for automatic testing at travis-ci.org
language: python
python: 2.7

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install tox

# command to run tests, e.g. python setup.py test
script:
- tox

0 comments on commit 659360f

Please sign in to comment.