Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1d01382

Browse files
committedNov 20, 2016
circle.yml: Add coverage as a dependency for codecov
1 parent 1abab0f commit 1d01382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
dependencies:
33
override:
4-
- pip install tox==2.4.* tox-pyenv==1.* tox-battery==0.2.*
4+
- pip install coverage==4.* tox==2.4.* tox-pyenv==1.* tox-battery==0.2.*
55
- pyenv local 3.4.4 3.5.2
66
- tox --notest
77
cache_directories:

0 commit comments

Comments
 (0)
Please sign in to comment.