Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Apr 9, 2015
1 parent 28e6137 commit fa43d82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ python:
- "3.3"
# command to install dependencies
install:
- pip install coveralls
- pip install -e . --use-mirrors
# command to run tests
script: "./run_test.sh"
script:
- coverage run --source=ascii_graph setup.py test
after_success:
- coveralls

0 comments on commit fa43d82

Please sign in to comment.