Skip to content

Commit

Permalink
Tests: workaround for avoid fail test with python 3.6 and pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
centaurialpha committed Mar 24, 2019
1 parent 72e4369 commit 0bce2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ before_install:

install:
- pip install pip --upgrade
- pip install pytest pytest-qt pytest-cov
- pip install pytest pytest-qt pytest-cov==2.5.1
- pip install PyQt5==5.11.2
- pip install coveralls

before_script: rm --recursive --force --verbose *.py[cod]

script: pytest tests --cov=src.core.interpreter --cov-report term-missing
script: pytest tests --cov=src.core.interpreter --cov-report term-missing -s

after_success:
- coveralls

0 comments on commit 0bce2d0

Please sign in to comment.