Check Travis-CI env
This commit is contained in:
parent
a753bf68dc
commit
828431f95d
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ matrix:
|
||||||
- sed -i -e 's/^#database:$/database:\ postgres:\/\/szuru:dog@localhost:5432\/szuru_test/' ../config.yaml
|
- sed -i -e 's/^#database:$/database:\ postgres:\/\/szuru:dog@localhost:5432\/szuru_test/' ../config.yaml
|
||||||
- sed -i -e 's/^#elasticsearch:/elasticsearch:/' ../config.yaml
|
- sed -i -e 's/^#elasticsearch:/elasticsearch:/' ../config.yaml
|
||||||
- sed -i -e 's/^# / /' ../config.yaml
|
- sed -i -e 's/^# / /' ../config.yaml
|
||||||
|
- printenv TRAVIS
|
||||||
|
- printenv CI
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install -r dev-requirements.txt
|
- pip install -r dev-requirements.txt
|
||||||
|
|
Reference in a new issue