mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-08-09 04:36:50 -05:00
travis
This commit is contained in:
parent
20212b176f
commit
2f06dcc95d
10
.travis.yml
10
.travis.yml
|
|
@ -1,4 +1,6 @@
|
|||
language: python3.6
|
||||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
|
||||
cache: pip # enable cache for "$HOME/.cache/pip" directory
|
||||
|
||||
|
|
@ -9,11 +11,11 @@ env:
|
|||
|
||||
before_install:
|
||||
- export CFLAGS=-O0 # considerably speed-up build time for pip packages (especially lxml), optimizations doesn't matter for ci
|
||||
- pip3.6 install pyyaml
|
||||
- python3.6 verify_files.py # make sure input files are OK before wasting time with prereqs
|
||||
- pip install pyyaml
|
||||
- python verify_files.py # make sure input files are OK before wasting time with prereqs
|
||||
|
||||
install:
|
||||
- pip3.6 install -r requirements.txt
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script: bash ./.ci/deploy.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user