Skip to content

Commit

Permalink
Set path
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed Apr 2, 2014
1 parent 71a2bb6 commit 698ac75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ psql -c 'CREATE DATABASE feedhq;' -U postgres
if [ $TOXENV == "coverage" ]
then
pip install -r requirements-dev.txt coverage coveralls
envdir tests/envdir coverage run `which django-admin.py` test
PYTHONPATH=. envdir tests/envdir coverage run `which django-admin.py` test
coveralls
else
tox -e $TOXENV
Expand Down

0 comments on commit 698ac75

Please sign in to comment.