try add2virtualenv

pull/86/head
eric 2018-05-24 11:19:33 -04:00
parent 22865cc7b3
commit 6af4082936
1 changed files with 4 additions and 2 deletions

View File

@ -17,6 +17,8 @@ before_install:
install:
- pip install -r requirements_versioned.pip
- pip install .
script: python manage.py test
after_install:
- add2virtualenv ..
script: django-admin test