Incorrect pip install in travis.yml

This commit is contained in:
Einar Forselv
2019-12-07 09:12:01 +01:00
parent d671ffb626
commit 105cdbb65e
2 changed files with 2 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ path `/databases/<service_name>/dump.sql` or similar.
## Running Tests
```bash
pip install -e src/
pip install -e ./src/
pip install -r src/tests/requirements.txt
tox
```