Commit 9eef487a34b9346c8a65efb2e9d8b8c847c8f18a

Authored by Anthex
1 parent 44777376

fix travis yaml

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