Skip to content

Commit

Permalink
Integrating with travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 28, 2015
1 parent 2e29c39 commit a2a0545
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"
#- "3.5"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: run_tests.sh

0 comments on commit a2a0545

Please sign in to comment.