another try

pull/86/head
eric 2018-05-23 16:49:12 -04:00
parent 2860e0351f
commit c058f88c3a
1 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,8 @@ before_install:
- sudo mkdir /var/log/django
- sudo chmod 777 /var/log/django
install: pip install -r requirements_versioned.pip
install:
- pip install -r requirements_versioned.pip
- pip install .
script: python manage.py test