Skip to content

Commit

Permalink
refs #3: updated how to run the tests for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Ward committed Mar 22, 2013
1 parent d7df303 commit 8076531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python
python: python:
- "2.6" - "2.6"
- "2.7" - "2.7"
script: python main.py script: ./run_tests.sh
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
notifications: notifications:
Expand Down

0 comments on commit 8076531

Please sign in to comment.