aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e13a333417c2214a10ae3904f2b89a4d3ea100ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "3.6"
 
install:
  - pip install -r requirements.txt
  - pip install -r requirements-ci.txt
script:
  - "curl https://api.beardfist.com/pythondiscord -H \"token: $AUTODEPLOY_TOKEN\""
  - snekchek