We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70710a6 commit d13797bCopy full SHA for d13797b
.travis.yml
@@ -1,7 +1,7 @@
1
language: python
2
python:
3
- "3.4"
4
-install: "pip install -r python/requirements.txt"
+install: "pip install -r requirements.txt"
5
script: "nosetests --with-xcoverage"
6
after_success: "COVERALLS_REPO_TOKEN=$coveralls_token coveralls"
7
after_failure: "COVERALLS_REPO_TOKEN=$coveralls_token coveralls"
0 commit comments