holiday-cn/.travis.yml
2019-03-09 00:58:08 +08:00

18 lines
331 B
YAML

language: python
python:
- '3.6'
install:
- pip install -r requirements.txt
cache:
- pip
before_script:
- git config credential.helper "store --file=.git/credentials"
- echo "https://${GITHUB_TOKEN}:@github.com" > .git/credentials
- git checkout master
script:
- pytest
- ./update.py
branches:
only:
- master