Skip to content

Commit 500aaab

Browse files
authored
Merge pull request #27 from retr0h/more-more-screwing-around
Merge pull request #26 from retr0h/more-screwing-around
2 parents 3d50e48 + 194a472 commit 500aaab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ python:
88
# - "3.7"
99

1010
install:
11-
- pip install tox-travis coveralls codecov
11+
- pip install tox-travis codecov
1212

1313
script:
1414
- tox
1515

1616
after_success:
17-
- coveralls
18-
- codecov -X gcov
17+
- (cd .tox/ && codecov -v -X gcov --required)

0 commit comments

Comments
 (0)