Skip to content

Commit faaa717

Browse files
author
Scott Torborg
committed
In Travis config, install nose-cov instead of nose-cover3
1 parent b0e3903 commit faaa717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
- "2.7"
55

66
install:
7-
- "pip install coverage nose-cover3 flake8 python-coveralls --use-mirrors"
7+
- "pip install coverage nose-cov flake8 python-coveralls --use-mirrors"
88
- "pip install -e . --use-mirrors"
99

1010
before_script: "flake8"

0 commit comments

Comments
 (0)