Move things around

This commit is contained in:
Peter van der Does
2017-02-23 14:42:04 -05:00
parent 7562f0ac36
commit 71e5bb450c
2 changed files with 1 additions and 1 deletions

View File

@@ -41,8 +41,8 @@ install:
# Install requirements
- pip install -r requirements_devel.txt
- python setup.py develop
- cd wger
- npm install
- cd wger
- if [[ "$DB" = "postgresql" ]]; then pip install psycopg2; fi
# Setup application