Files
pretix_cgo/.travis.yml
2014-09-29 22:56:18 +02:00

14 lines
277 B
YAML

language: python
python:
- "3.2"
- "3.4"
install:
- pip install -q -r src/requirements.txt
before_script:
- cd src
- flake8 --ignore=E123,E128,F403,F401,N802 .
- python manage.py check
- python manage.py validate
script:
- python manage.py test