Skip to content

Commit

Permalink
Testing coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Harrigan committed Feb 26, 2014
1 parent 663fba7 commit b074a1b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: python setup.py test
- 2.7
install:
- pip install -r requirements.txt
- pip install coveralls
script:
coverage run --source=ftpretty setup.py test
after_success:
coveralls

0 comments on commit b074a1b

Please sign in to comment.