forked from CGM_Public/pretix_original
First travis-ci configuration
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.2"
|
||||||
|
- "3.4"
|
||||||
|
install:
|
||||||
|
- pip install -q src/requirements.txt
|
||||||
|
before_script:
|
||||||
|
- cd src
|
||||||
|
- "pep8 --ignore=E501,E128 --exclude=migrations ."
|
||||||
|
- pyflakes .
|
||||||
|
script:
|
||||||
|
- python manage.py test
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
Django>=1.7
|
Django>=1.7
|
||||||
pyflakes
|
pyflakes
|
||||||
|
pep8
|
||||||
|
|||||||
Reference in New Issue
Block a user