This commit is contained in:
Zach Halpern
2018-12-25 14:59:14 -05:00
parent b45f57f5c6
commit 20212b176f

View File

@@ -1,4 +1,4 @@
language: python3
language: python3.6
cache: pip # enable cache for "$HOME/.cache/pip" directory
@@ -9,11 +9,11 @@ env:
before_install:
- export CFLAGS=-O0 # considerably speed-up build time for pip packages (especially lxml), optimizations doesn't matter for ci
- pip3 install pyyaml
- python3 verify_files.py # make sure input files are OK before wasting time with prereqs
- pip3.6 install pyyaml
- python3.6 verify_files.py # make sure input files are OK before wasting time with prereqs
install:
- pip3 install -r requirements.txt
- pip3.6 install -r requirements.txt
script: bash ./.ci/deploy.sh