fix wrong path in travis.yml
This commit is contained in:
parent
8a64ac4e42
commit
b8e7f1a4f4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ python:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade setuptools pip
|
- pip install --upgrade setuptools pip
|
||||||
- pip install -r src/requirements.txt -r src/requirements/dev.txt -r src/requirements-tileserver.txt -r requirements/opengl.txt
|
- pip install -r src/requirements.txt -r src/requirements/dev.txt -r src/requirements-tileserver.txt -r src/requirements/opengl.txt
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cd src
|
- cd src
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue