mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Update .travis.yml Update tox.ini Update test_cachefiles.py Update test_optimistic_strategy.py Update test_no_extra_queries.py Update test_cachefiles.py Update .travis.yml Update tox.ini Update .travis.yml
35 lines
565 B
YAML
35 lines
565 B
YAML
sudo: false
|
|
|
|
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"
|
|
|
|
install:
|
|
- pip install tox
|
|
|
|
script:
|
|
- tox -e py$(python -c 'import sys;print("".join(map(str, sys.version_info[:2])))')-django${DJANGO}
|
|
|
|
jobs:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- env: DJANGO="master"
|
|
exclude:
|
|
- python: "3.5"
|
|
env: DJANGO="30"
|
|
- python: "3.5"
|
|
env: DJANGO="master"
|
|
|
|
notifications:
|
|
irc: "irc.freenode.org#imagekit"
|