Skip to content

Commit

Permalink
fix travis/coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Mar 8, 2014
1 parent 9675d76 commit c268778
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Expand Up @@ -4,9 +4,17 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "pypy"
# command to install dependencies
install:
- "pip install coveralls"
- "pip install -r requirements.txt"
- "pip install ."
- "pip install nose"

# command to run tests
script: nosetests
script:
nosetests --with-coverage --cover-package=ansi

after_success:
coveralls

0 comments on commit c268778

Please sign in to comment.