Skip to content

Commit

Permalink
Merge 3816433 into 236a359
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Feb 14, 2017
2 parents 236a359 + 3816433 commit 5afe83f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ python:
env:
- DJANGO=1.8
- DJANGO=1.9
- DJANGO=master
- DJANGO=1.10
matrix:
exclude:
- python: "3.3"
env: DJANGO=1.9
- python: "3.3"
env: DJANGO=master
env: DJANGO=1.10
install:
- pip install tox coveralls
script:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ def read(*parts):
},
test_suite="runtests.runtests",
tests_require=[
"django-test-plus>=1.0.11",
"django-test-plus>=1.0.17",
"mock>=2.0.0",
],
install_requires=[
"django-appconf>=1.0.1",
"django-imagekit>=3.2.7",
"pilkit>=1.1.13",
"pillow>=3.3.0",
"pillow>=3.4.2",
"pytz>=2016.6.1",
],
classifiers=[
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ exclude = migrations/*,docs/*

[tox]
envlist =
py27-{1.8,1.9,master},
py27-{1.8,1.9,1.10},
py33-{1.8},
py34-{1.8,1.9,master},
py35-{1.8,1.9,master}
py34-{1.8,1.9,1.10},
py35-{1.8,1.9,1.10}

[testenv]
deps =
coverage == 4.0.2
flake8 == 2.5.0
1.8: Django>=1.8,<1.9
1.9: Django>=1.9,<1.10
master: https://github.com/django/django/tarball/master
1.10: Django>=1.10,<1.11
usedevelop = True
setenv =
LANG=en_US.UTF-8
Expand Down

0 comments on commit 5afe83f

Please sign in to comment.