mirror of
https://github.com/jazzband/django-discover-jenkins.git
synced 2026-03-16 22:20:28 +00:00
Added a TravisCI configuration file.
This commit is contained in:
parent
cc6b2315f5
commit
65dbdd83c6
1 changed files with 36 additions and 0 deletions
36
.travis.yml
Normal file
36
.travis.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
sudo: no
|
||||
|
||||
language: python
|
||||
|
||||
env:
|
||||
- TOXENV=py27-1.7
|
||||
- TOXENV=py27-1.8
|
||||
- TOXENV=py27-1.9
|
||||
- TOXENV=py27-master
|
||||
- TOXENV=py32-1.7
|
||||
- TOXENV=py32-1.8
|
||||
- TOXENV=py33-1.7
|
||||
- TOXENV=py33-1.8
|
||||
- TOXENV=py34-1.7
|
||||
- TOXENV=py34-1.8
|
||||
- TOXENV=py34-1.9
|
||||
- TOXENV=py34-master
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.5
|
||||
env: TOXENV=py35-1.8
|
||||
- python: 3.5
|
||||
env: TOXENV=py35-1.9
|
||||
- python: 3.5
|
||||
env: TOXENV=py35-master
|
||||
allow_failures:
|
||||
- env: TOXENV=py27-master
|
||||
- env: TOXENV=py34-master
|
||||
- env: TOXENV=py35-master
|
||||
|
||||
install:
|
||||
- pip install tox
|
||||
|
||||
script:
|
||||
- tox
|
||||
Loading…
Reference in a new issue