fix travis + change parsing of true/false
This commit is contained in:
parent
98824c9ba1
commit
a72a1a1665
3 changed files with 5 additions and 5 deletions
|
|
@ -2,6 +2,6 @@ language: python
|
|||
python:
|
||||
- "3.6"
|
||||
install: "pip install -r requirements.txt"
|
||||
script: pytest --flake8 --cov=stl -x --cov-report=html
|
||||
script: pytest --flake8 --cov=mtl -x --cov-report=html
|
||||
after_success:
|
||||
- codecov
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue