Commit 9eef487a34b9346c8a65efb2e9d8b8c847c8f18a

Authored by Anthex
1 parent 44777376

fix travis yaml

Showing 2 changed files with 2 additions and 0 deletions   Show diff stats
@@ -2,3 +2,4 @@ __pycache__/ @@ -2,3 +2,4 @@ __pycache__/
2 *.pyc 2 *.pyc
3 .vscode/ 3 .vscode/
4 .pytest_cache/ 4 .pytest_cache/
  5 +coverage.xml
1 language: python 1 language: python
2 install: 2 install:
3 - pip install codecov 3 - pip install codecov
  4 + - pip install pytest-cov
4 python: 5 python:
5 - "3.5" 6 - "3.5"
6 - "3.6" 7 - "3.6"