8000 Merge pull request #290 from gyermolenko/forgot_to_install_codecov_in… · faif/python-patterns@27395d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27395d8

Browse files
authored
Merge pull request #290 from gyermolenko/forgot_to_install_codecov_in_travis
Install codecov only when needed
2 parents 6726564 + 0e52cbd commit 27395d8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

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

1818
install:
1919
- pip install tox
20+
- pip install codecov
2021

2122
script:
2223
- tox

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
pytest~=4.3.0
44
pytest-cov~=2.6.0
55
flake8~=3.7.0
6-
codecov~=2.0.0
76

87
mock~=2.0.0; python_version < "3.*"

0 commit comments

Comments
 (0)
0