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