Skip to content

Commit

Permalink
MOD: .travis.yml for test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Moguf committed Aug 24, 2016
1 parent 60cab9e commit b8a473d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ install:
- pip install -r requirements.txt
- pip install coveralls
script:
- python3 setup.py test
- coverage run --source=cafepy setup.py test
- coverage report -m
after_success: coveralls

0 comments on commit b8a473d

Please sign in to comment.