Commit 1f815e1f authored by Sean Bleier's avatar Sean Bleier

Nevermind, 3.7 isn't available on Travis-CI yet.

parent 53b8e8cb
language: python language: python
python: python:
- 2.7 - 2.7
- 3.5
- 3.6 - 3.6
- 3.7
env: env:
- DJANGO_VERSION='>=1.11,<2.0' - DJANGO_VERSION='>=1.11,<2.0'
- DJANGO_VERSION='>=2.0,<2.1' - DJANGO_VERSION='>=2.0,<2.1'
...@@ -13,8 +13,6 @@ matrix: ...@@ -13,8 +13,6 @@ matrix:
env: DJANGO_VERSION='>=2.0,<2.1' env: DJANGO_VERSION='>=2.0,<2.1'
- python: 2.7 - python: 2.7
env: DJANGO_VERSION='>=2.1,<2.2' env: DJANGO_VERSION='>=2.1,<2.2'
- python: 3.4
env: DJANGO_VERSION='>=2.1,<2.2'
# command to run tests # command to run tests
install: ./install_redis.sh install: ./install_redis.sh
script: make test DJANGO_VERSION=$DJANGO_VERSION script: make test DJANGO_VERSION=$DJANGO_VERSION
......
...@@ -26,8 +26,7 @@ Changelog ...@@ -26,8 +26,7 @@ Changelog
* Adds support for redis-py >= 3.0. * Adds support for redis-py >= 3.0.
* Drops support for Redis 2.6. * Drops support for Redis 2.6.
* Drops support for Python 3.4 and 3.5. * Drops support for Python 3.4.
* Add support for Python 3.7.
* Removes custom ``expire`` method in lieu of Django's ``touch``. * Removes custom ``expire`` method in lieu of Django's ``touch``.
* Removes ``CacheKey`` in favor of string literals. * Removes ``CacheKey`` in favor of string literals.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment