Skip to content

Commit

Permalink
Updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sureiya committed Nov 13, 2013
1 parent 1a9efea commit 5ae5524
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ python:
install:
- "pip install -r test-requirements.txt"
# command to run tests
script: python runtests.py
script:
- "pip install -r test-requirements.txt"
- "python runtests.py"

0 comments on commit 5ae5524

Please sign in to comment.