try setting PYTHONPATH

pull/86/head
eric 2018-05-24 12:04:31 -04:00
parent 66623f286e
commit d9aa6893b3
1 changed files with 1 additions and 3 deletions

View File

@ -9,6 +9,7 @@ services:
env:
- DJANGO_SETTINGS_MODULE=regluit.settings.travis
- PYTHONPATH=~
before_install:
@ -18,7 +19,4 @@ before_install:
install:
- pip install -r requirements_versioned.pip
before_script:
- add2virtualenv ..
script: django-admin test