Skip to content

Commit

Permalink
Travis should upgrade pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansandberg committed Jan 14, 2019
1 parent 025a3d4 commit d7d80b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ python:
- "pypy3.5"
install:
- pip install -e .
- pip install pytest pytest-cov codacy-coverage
- pip install --upgrade pytest pytest-cov codacy-coverage
script: py.test -v --color=yes --cov-report xml --cov=canopen test/
after_script: python-codacy-coverage

0 comments on commit d7d80b1

Please sign in to comment.