Skip to content

Commit 5549103

Browse files
committed
Merge pull request #2 from sbellem/develop
Develop
2 parents 79e0da7 + 93f35f0 commit 5549103

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ python:
44
- 2.7
55

66
install:
7-
- pip install codecov
7+
- pip install -r requirements/travis.txt
88

99
script:
10-
- coverage run tests.py
10+
- py.test -v --cov=awesome tests.py
1111

1212
after_success:
1313
- codecov

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
codecov

requirements/travis.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
codecov==1.6.2
2+
pytest==2.8.2
3+
pytest-cov==2.2.0

0 commit comments

Comments
 (0)