Skip to content

Commit

Permalink
added coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 25, 2016
1 parent d07d4de commit 127af67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ before_install:
install:
- pip install -e .

after_success:
- coveralls

# command to run tests
script:
- nosetests --with-coverage --cover-package=fs tests
3 changes: 2 additions & 1 deletion testrequirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
appdirs
coverage
mock
pytz
pyftpdlib
python-coveralls
pytz

0 comments on commit 127af67

Please sign in to comment.