mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-12 01:03:09 +00:00
21 lines
No EOL
324 B
YAML
21 lines
No EOL
324 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "3.5"
|
|
env:
|
|
- DJANGO=1.8
|
|
- DJANGO=1.9
|
|
- DJANGO=master
|
|
matrix:
|
|
exclude:
|
|
- python: "3.3"
|
|
env: DJANGO=1.9
|
|
- python: "3.3"
|
|
env: DJANGO=master
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox -e py${TRAVIS_PYTHON_VERSION//[.]/}-$DJANGO |