Skip to content

Commit 422f69f

Browse files
committed
Merge branch 'master' into refactor_strategy
2 parents 3e14cef + 80cdd44 commit 422f69f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cache:
1717
- pip
1818

1919
install:
20-
- travis_retry pip install -q coveralls codecov six
20+
- travis_retry pip install -q codecov six
2121
- pip install flake8 # eventually worth
2222

2323
script:
@@ -28,5 +28,4 @@ script:
2828
- flake8 *py
2929

3030
after_success:
31-
- coveralls
3231
- codecov

0 commit comments

Comments
 (0)