mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
16 lines
254 B
YAML
16 lines
254 B
YAML
language: python
|
|
sudo: false
|
|
python:
|
|
- "3.4"
|
|
install:
|
|
- pip install -U pip wheel setuptools==28.6.1
|
|
script:
|
|
- bash .travis.sh $JOB
|
|
cache:
|
|
directories:
|
|
- $HOME/.cache/pip
|
|
env:
|
|
- JOB=style
|
|
- JOB=doctests
|
|
- JOB=tests-cov
|