Update the deploy script

This commit is contained in:
Michael Mintz 2018-05-07 12:10:31 -04:00
parent 371aa54012
commit 38588e31c9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ before_install:
# - "mysqladmin -u root -p'old_password' password new_password" # - "mysqladmin -u root -p'old_password' password new_password"
- "sudo service mysql restart" - "sudo service mysql restart"
install: install:
- "pip install --upgrade pip" # - "pip install --upgrade pip"
- "pip install -r requirements.txt --upgrade" - "pip install -r requirements.txt --upgrade"
- "pip install mysqlclient==1.3.12" - "pip install mysqlclient==1.3.12"
- "python setup.py develop" - "python setup.py develop"