[travis] try to fix tests
This commit is contained in:
parent
fd43e6cdd7
commit
83e65e77c4
1 changed files with 1 additions and 2 deletions
|
@ -9,9 +9,8 @@ python:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
install:
|
install:
|
||||||
- pip install coverage
|
- pip install -U coverage==4.3
|
||||||
- pip install codeclimate-test-reporter
|
- pip install codeclimate-test-reporter
|
||||||
- pip install coverage
|
|
||||||
script:
|
script:
|
||||||
- coverage run -m unittest discover -v
|
- coverage run -m unittest discover -v
|
||||||
- CODECLIMATE_REPO_TOKEN=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf codeclimate-test-reporter
|
- CODECLIMATE_REPO_TOKEN=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf codeclimate-test-reporter
|
||||||
|
|
Loading…
Reference in a new issue