Skip to content

Commit d13797b

Browse files
committed
Fix Travis error.
1 parent 70710a6 commit d13797b

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
@@ -1,7 +1,7 @@
11
language: python
22
python:
33
- "3.4"
4-
install: "pip install -r python/requirements.txt"
4+
install: "pip install -r requirements.txt"
55
script: "nosetests --with-xcoverage"
66
after_success: "COVERALLS_REPO_TOKEN=$coveralls_token coveralls"
77
after_failure: "COVERALLS_REPO_TOKEN=$coveralls_token coveralls"

0 commit comments

Comments
 (0)