fix travis + change parsing of true/false

This commit is contained in:
Marcell Vazquez-Chanlatte 2018-09-08 00:34:20 -07:00
parent 98824c9ba1
commit a72a1a1665
3 changed files with 5 additions and 5 deletions

View file

@ -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