Files
Pinry/.travis.yml
2019-02-22 17:47:50 +08:00

18 lines
261 B
YAML

sudo: false
dist: trusty
language: python
cache:
pip: true
python:
- "3.4"
- "3.5"
- "3.6"
install:
- pip install pipenv && pipenv install --dev --system
script:
- python manage.py test
- make flake8
notifications:
email: false