pelican-mg/.travis.yml

16 lines
266 B
YAML
Raw Normal View History

2017-11-30 00:12:15 +00:00
language: python
2019-02-13 21:02:40 +00:00
python: 3.6
cache:
directories:
- "$HOME/.cache/pip"
- node_modules
2017-12-04 22:53:23 +00:00
install:
- ./run.sh install
- ./run.sh install_dev
2017-11-30 00:12:15 +00:00
script:
2017-12-02 23:59:03 +00:00
- pre-commit run --all-files
- ./run.sh test_ludochaordic
notifications:
email:
on_success: never