Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw committed Jul 29, 2017
1 parent fe03b8d commit ac1d5c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .coveragerc

This file was deleted.

4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,6 +4,6 @@ install:
- pip install -r requirements.txt
script:
- flake8 ./pymonet --max-line-length=120
- py.test ./pymonet --cov=.
- coverage report --omit=setup.py
- py.test ./pymonet --cov=. --omit=setup.py
- coverage report
- coveralls

0 comments on commit ac1d5c0

Please sign in to comment.