Skip to content

Commit b82052b

Browse files
committed
Minor or otherwise undocumented automated reinstallation push
1 parent 1a90a9d commit b82052b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,7 @@ python:
66
notifications:
77
email: false
88

9-
before_install:
10-
# # Install codecov integration
11-
- pip install codecov pytest-cov
12-
13-
149
install:
15-
# run tests with coverage information
1610
- pip install -r requirements.txt
17-
# - py.test --cov=./
1811

1912
script: pytest
20-
21-
after_success:
22-
- codecov

0 commit comments

Comments
 (0)