I am an idiot.

This commit is contained in:
Will O'Beirne 2018-09-11 15:52:10 -04:00
parent 6fb5ff335a
commit 53ad4c5509
No known key found for this signature in database
GPG Key ID: 44C190DB5DEAF9F6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ matrix:
python: 3.6 python: 3.6
before_install: before_install:
- cd backend/ - cd backend/
- cp .envexample .env - cp .env.example .env
install: pip install -r requirements/dev.txt install: pip install -r requirements/dev.txt
script: script:
- flask test - flask test