Skip to content

Commit c17bfc1

Browse files
authored
Update .travis.yml
1 parent 7aca0f4 commit c17bfc1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ language: python
22
python:
33
- "3.5"
44

5-
install: pip install beautifulsoup4
5+
install:
6+
- pip install beautifulsoup4
7+
- pip install codecov
68
script: python collect_tagalog.py
79

810
after_success:
9-
- pip install codecov
1011
- codecov
11-
- pip install coverage
12-
- coverage run tests.py
13-
- bash <(curl -s https://codecov.io/bash)
12+
#- pip install coverage
13+
#- coverage run tests.py
14+
#- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)