public-apis/.travis.yml

12 lines
164 B
YAML
Raw Normal View History

language: python
python: "3.6"
notifications:
2017-08-05 22:54:12 +02:00
email: true
2017-12-29 05:01:12 +01:00
install:
- pip install -r build/requirements.txt
2017-06-29 18:25:56 +02:00
before_script:
2017-07-10 07:05:15 +02:00
- cd build
script:
2017-07-10 07:41:50 +02:00
- ./main.sh
2017-08-09 03:30:47 +02:00