Skip to content

Commit

Permalink
adding travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bianchimro committed Nov 1, 2016
1 parent 77bbbce commit 9a52651
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "2.7"
- "nightly"
# command to install dependencies
install: "pip install -r requirements-test.txt"
# command to run tests
script: "python runtests.py"

0 comments on commit 9a52651

Please sign in to comment.