Skip to content

Commit 042b8a9

Browse files
committed
RUn tests with --no-path-adjustment
1 parent c2543b7 commit 042b8a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ install:
1010
- pip install .
1111
- pip install -r test/requirements.txt
1212
- export PATH="$HOME/.local/bin:$PATH"
13-
script: nosetests
13+
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

Comments
 (0)