diff --git a/.travis.yml b/.travis.yml index 0b3f1bce..43518634 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: python: 3.6 before_install: - cd backend/ - - cp .envexample .env + - cp .env.example .env install: pip install -r requirements/dev.txt script: - flask test