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 c2543b7 commit 042b8a9Copy full SHA for 042b8a9
.travis.yml
@@ -10,4 +10,9 @@ install:
10
- pip install .
11
- pip install -r test/requirements.txt
12
- export PATH="$HOME/.local/bin:$PATH"
13
-script: nosetests
+script:
14
+ # --no-path-adjustment is required because we want to run the tests against
15
+ # what is installed, not what is in the checked out source directory.
16
+ # (Extra files are generated during installation which don't exist in the
17
+ # source tree.)
18
+ - nosetests --no-path-adjustment
0 commit comments