Anthex
/
LO53FP
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
9eef487a34b9346c8a65efb2e9d8b8c847c8f18a
Authored by
Anthex
2019-04-25 10:41:17 +0200
1 parent
44777376
fix travis yaml
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
.gitignore
.travis.yml
Inline
Side-by-side
.gitignore
Wrap text
Show/Hide comments
View file @
9eef487
...
...
@@ -2,3 +2,4 @@ __pycache__/
2
2
*.pyc
3
3
.vscode/
4
4
.pytest_cache/
5
+coverage.xml
...
...
.travis.yml
Wrap text
Show/Hide comments
View file @
9eef487
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"
...
...