Setup CI script

This commit is contained in:
NateScarlet 2019-03-09 00:58:08 +08:00
parent a46c0923ba
commit ede5f2050f
No known key found for this signature in database
GPG Key ID: 5C242793B070309C

View File

@ -1,6 +1,10 @@
language: python language: python
python: python:
- '3.6' - '3.6'
install:
- pip install -r requirements.txt
cache:
- pip
before_script: before_script:
- git config credential.helper "store --file=.git/credentials" - git config credential.helper "store --file=.git/credentials"
- echo "https://${GITHUB_TOKEN}:@github.com" > .git/credentials - echo "https://${GITHUB_TOKEN}:@github.com" > .git/credentials