Skip to content

Commit

Permalink
Travis updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSchweizer committed Jul 23, 2018
1 parent 9b7b1cc commit 99b69b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ python:

install:
- python setup.py install
- pip install pytest==3.0.3
- pip install pytest-cov==2.5.1
- pip install coverage
- pip install codacy-coverage

script:
- coverage run --source ascii_canvas -m pytest ./tests --cov=ascii_canvas --cov-report=xml --cov-report=term

after_success:
- python-codacy-coverage -r coverage.xml

0 comments on commit 99b69b4

Please sign in to comment.