Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bug 1105421 - amend travis.yml file to use vendor/lib/python
  • Loading branch information
peterbe committed Dec 3, 2014
1 parent 998802a commit 89522e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ install:
- "pip install -r requirements/compiled.txt"

script:
- nosetests -v auslib/test
- PYTHONPATH=vendor/lib/python nosetests -v auslib/test
- scripts/test-rules.py -v
- pyflakes $(find . \( -iname "*.py" -or -iname "*.wsgi" \) -not -path "*vendor*")

Expand Down

0 comments on commit 89522e2

Please sign in to comment.