2016-05-19 14:56:50 +00:00
|
|
|
before_script:
|
2016-05-20 19:08:46 +00:00
|
|
|
- pip install tox setuptools
|
|
|
|
cache:
|
|
|
|
paths:
|
|
|
|
- /root/.cache
|
2016-05-19 14:56:50 +00:00
|
|
|
|
2016-05-20 19:08:46 +00:00
|
|
|
stages:
|
2016-05-19 14:56:50 +00:00
|
|
|
- test
|
|
|
|
|
2016-05-20 19:08:46 +00:00
|
|
|
py27:
|
|
|
|
stage: test
|
|
|
|
image: python:2.7
|
|
|
|
script:
|
|
|
|
- tox -e py27
|
|
|
|
|
|
|
|
py33:
|
|
|
|
stage: test
|
|
|
|
image: python:3.3
|
|
|
|
script:
|
|
|
|
- tox -e py33
|
|
|
|
|
|
|
|
py34:
|
|
|
|
stage: test
|
|
|
|
image: python:3.4
|
|
|
|
script:
|
|
|
|
- tox -e py34
|
|
|
|
|
|
|
|
py35:
|
|
|
|
stage: test
|
|
|
|
image: python:3.5
|
|
|
|
script:
|
|
|
|
- tox -e py35
|