Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Apr 3, 2016
2 parents fdea31b + 3aa5a4d commit 7fce594
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ env:
- TOXENV=py34-django19
- TOXENV=py34-djangolatest

- TOXENV=py35-django15
- TOXENV=py35-django16
- TOXENV=py35-django17
- TOXENV=py35-django18
- TOXENV=py35-django19
- TOXENV=py35-djangolatest
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Requirements

Django choices is fairly simple, so most Python and Django
versions should work. Django choices is tested against Python
2.6, 2.7, 3.3, 3.4 and PyPy. Django 1.3 until 1.8 (including)
are officially supported.
2.6, 2.7, 3.3, 3.4, 3.5 and PyPy. Django 1.3 until 1.9 (including)
are officially supported (= tested in Travis).


Quick-start
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{26,27}-django{13,14,15,16},py27-django{17,18,19,latest},py{33,34,35,py}-django{15,16,17,18,19,latest}
envlist = py{26,27}-django{13,14,15,16},py27-django{17,18,19,latest},py{33,34,py}-django{15,16,17,18,latest},py{35,py}-django{18,19,latest}
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit 7fce594

Please sign in to comment.