We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79e0da7 + 93f35f0 commit 5549103Copy full SHA for 5549103
.travis.yml
@@ -4,10 +4,10 @@ python:
4
- 2.7
5
6
install:
7
- - pip install codecov
+ - pip install -r requirements/travis.txt
8
9
script:
10
- - coverage run tests.py
+ - py.test -v --cov=awesome tests.py
11
12
after_success:
13
- codecov
requirements.txt
@@ -0,0 +1 @@
1
+codecov
requirements/travis.txt
@@ -0,0 +1,3 @@
+codecov==1.6.2
2
+pytest==2.8.2
3
+pytest-cov==2.2.0
0 commit comments