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
60f15f07891342375370e5abf02a1c66c4a959e4
Authored by
Anthex
2019-04-25 01:37:31 +0200
1 parent
68e3cac6
added codecov token
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
Inline
Side-by-side
.travis.yml
Wrap text
Show/Hide comments
View file @
60f15f0
...
...
@@ -2,7 +2,7 @@ language: python
2
2
before_install:
3
3
- pip install codecov
4
4
after_success:
5
- - codecov
5
+ - codecov
-t 61108870-98fd-405e-9300-9cda8b8e13fa
6
6
python:
7
7
- "3.5"
8
8
- "3.6"
...
...