Skip to content

Commit e458c44

Browse files
committed
Update .travis.yml
1 parent 30ef03f commit e458c44

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ python:
77
- "3.5-dev" # 3.5 development branch
88
- "nightly" # currently points to 3.6-dev
99
# command to install dependencies
10-
# install: "pip install -r requirements.txt"
10+
install:
11+
- "pip install coverage"
1112
# # command to run tests
1213
script:
13-
- nosetests
14-
- make coverage
14+
- "nosetests"
15+
- "make coverage"
1516

1617
after_success:
17-
- bash <(curl -s https://codecov.io/bash)
18+
- "bash <(curl -s https://codecov.io/bash)"

0 commit comments

Comments
 (0)