Skip to content

Commit

Permalink
add coveralls into tests/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ickc committed Nov 20, 2016
1 parent 462262c commit 6dbe685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -32,7 +32,6 @@ before_install:
- pip install -U pip
- pip install -r requirements.txt
- pip install -r tests/requirements.txt
- pip install -U coveralls
- wget https://github.com/jgm/pandoc/releases/download/${pandocVersion%-*}/pandoc-$pandocVersion-amd64.deb &&
sudo dpkg -i pandoc-$pandocVersion-amd64.deb
# command to run tests
Expand Down
3 changes: 3 additions & 0 deletions tests/requirements.txt
@@ -1,2 +1,5 @@
pep8
pylint
pytest
pytest-cov
coveralls

0 comments on commit 6dbe685

Please sign in to comment.