Skip to content

Commit

Permalink
Remove testing 3.6
Browse files Browse the repository at this point in the history
* Can we install e.g. 3.5 by hand? [See build](https://travis-ci.org/carltongibson/django-filter/builds/200303421#L118-L120)

* Do we have to revert to specifying the matrix in .travis.yml, rather than just in tox.ini?
  • Loading branch information
carltongibson committed Feb 10, 2017
1 parent 801a427 commit 3c86abd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false

language: python
python: "3.6"
python: "3.5"

cache: pip

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
envlist =
{py27,py33,py34,py35}-django18-restframework{34,35},
{py27,py34,py35}-django{19,110}-restframework{34,35},
{py27,py34,py35,py36}-django111-restframework35,
{py35,py36}-djangolatest-restframeworklatest,
{py27,py34,py35}-django111-restframework35,
{py35}-djangolatest-restframeworklatest,
warnings

[testenv]
Expand Down

0 comments on commit 3c86abd

Please sign in to comment.