diff --git a/.travis.yml b/.travis.yml index ba5456a..a039d87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ - language: python - python: - - "3.6" - install: "pip install -r requirements.txt" - script: pytest --flake8 --cov=stl -x --cov-report=html +language: python +python: + - "3.6" +install: "pip install -r requirements.txt" +script: pytest --flake8 --cov=stl -x --cov-report=html +after_success: + - codecov