Incorrect pip install in travis.yml
This commit is contained in:
parent
d671ffb626
commit
105cdbb65e
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ matrix:
|
|||
install:
|
||||
- pip install -U setuptools pip wheel
|
||||
- pip install -r src/tests/requirements.txt
|
||||
- pip install src
|
||||
- pip install ./src
|
||||
|
||||
script:
|
||||
- tox
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue