holiday-cn/.travis.yml
2019-03-09 18:56:23 +08:00

21 lines
434 B
YAML

language: python
python:
- '3.6'
before_install:
- eval "$(gimme stable)"
install:
- go get github.com/github/hub && hub --version
- 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 --release
branches:
only:
- master