mirror of
https://github.com/pretix/pretix.git
synced 2026-04-28 00:02:37 +00:00
13 lines
352 B
YAML
13 lines
352 B
YAML
before_script:
|
|
tests:
|
|
stage: test
|
|
script:
|
|
- virtualenv-3.4 env
|
|
- source env/bin/activate
|
|
- pip install -U pip wheel setuptools
|
|
- XDG_CACHE_HOME=/cache bash .travis.sh style
|
|
- XDG_CACHE_HOME=/cache bash .travis.sh tests
|
|
- XDG_CACHE_HOME=/cache bash .travis.sh doctests
|
|
tags:
|
|
- python3
|