Skip to content

Commit 49bcf44

Browse files
committed
Fix travis
1 parent 38a9e7e commit 49bcf44

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
language: python
22
python:
33
- "3.4"
4-
script: coverage run -m unittest discover tests
5-
before_install:
6-
- pip install codecov
7-
- pip install coverage
8-
after_success:
9-
- codecov
4+
script: python -m unittest discover tests

0 commit comments

Comments
 (0)