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
Show/Hide comments
View file @
9eef487
@@ -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
.travis.yml
Show/Hide comments
View file @
9eef487
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"