Skip to content

Commit

Permalink
Drop Python 2 from the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrys committed Dec 14, 2017
1 parent dbbfba8 commit 5cae502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
sudo: false
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
Expand Down Expand Up @@ -29,8 +28,6 @@ matrix:
allow_failures:
- python: "3.4"
env: DJANGO="2.0"
- python: "3.4"
env: DJANGO="master"
- python: "3.5"
env: DJANGO="2.0"
- python: "3.5"
Expand All @@ -40,11 +37,9 @@ matrix:
- python: "3.6"
env: DJANGO="master"
exclude:
- python: "2.7"
env: DJANGO="2.0"
- python: "2.7"
- python: "3.4"
env: DJANGO="master"
after_success:
- codecov
services:
- postgresql
- postgresql
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,34,35,36}-django{111}, py{34,35,36}-django{20,_master}
envlist = py{34,35,36}-django{111,20,_master}
skipsdist = True

[testenv]
Expand All @@ -16,7 +16,6 @@ commands =

[travis]
python =
2.7: py27
3.4: py34
3.5: py35
3.6: py36
Expand Down

0 comments on commit 5cae502

Please sign in to comment.