django-imagekit/.travis.yml

36 lines
565 B
YAML
Raw Permalink Normal View History

sudo: false
2016-02-24 23:45:58 +00:00
2012-05-29 19:58:28 +00:00
language: python
python:
- "3.8"
- "3.7"
- "3.6"
- "3.5"
env:
- DJANGO="master"
- DJANGO="30"
- DJANGO="22"
- DJANGO="21"
- DJANGO="21"
- DJANGO="20"
- DJANGO="111"
2016-02-24 23:45:58 +00:00
install:
- pip install tox
script:
- tox -e py$(python -c 'import sys;print("".join(map(str, sys.version_info[:2])))')-django${DJANGO}
jobs:
2015-10-31 10:39:06 +00:00
fast_finish: true
allow_failures:
- env: DJANGO="master"
exclude:
- python: "3.5"
env: DJANGO="30"
- python: "3.5"
env: DJANGO="master"
2012-05-29 19:58:28 +00:00
notifications:
irc: "irc.freenode.org#imagekit"