This commit is contained in:
tooomm
2019-04-04 10:40:26 +02:00
committed by GitHub
parent ad229b3227
commit 297408ca83

View File

@@ -11,16 +11,12 @@ env:
before_install:
- export CFLAGS=-O0 # considerably speed-up build time for pip packages (especially lxml), optimizations doesn't matter for ci
- pip install pyyaml
install:
- pip install -r requirements.txt
script: bash ./.ci/deploy.sh
after_script:
- sleep 10 # helps travis finish logging
## Builds for pull requests skip the deployment step altogether
#deploy: