Skip to content

Commit

Permalink
Merge pull request #23 from gordonzola/travis-fix
Browse files Browse the repository at this point in the history
Travis envs fix
  • Loading branch information
wolph committed Jul 30, 2019
2 parents 8347bdf + 956f101 commit a35ce3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ env:
- TOX_ENV=pypy-django11
- TOX_ENV=py27-django11
- TOX_ENV=py35-django11
- TOX_ENV=py35-django20
- TOX_ENV=py35-django21
- TOX_ENV=py35-django22
- TOX_ENV=py36-django11
- TOX_ENV=py36-django20
- TOX_ENV=py36-django21
- TOX_ENV=py36-django22
- TOX_ENV=flake8
- TOX_ENV=docs
- TOX_ENV=coveralls
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ How to install

Installing this module only takes a couple of minutes.

Currently Django 1.8, 1.9, 1.10 and 1.11 are supported and tested in combination with Python 2.7, 3.2, 3.3, 3.4, 3.5, 3.6 and Pypy.
Currently Django 1.8, 1.9, 1.10 and 1.11, 2.1 and 2.2 are supported and tested in combination with Python 2.7, 3.2, 3.3, 3.4, 3.5, 3.6 and Pypy.

For Django 1.4, Django 1.5, Django 1.6 and Django 1.7 in combination with
Python 2.6 and 2.7. Python 3.2, 3.3 and 3.4. Pypy and Pypy3 version 2.1.0 can
Expand Down

0 comments on commit a35ce3d

Please sign in to comment.