Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 7b63c9f

Browse files
committed
Revert testing for python 3.6
Due to travis issue: travis-ci/travis-ci#4990
1 parent 049fc53 commit 7b63c9f

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.travis.yml

-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33
env:
44
- TOX_ENV=py27-flake8
55
- TOX_ENV=py34-flake8
6-
- TOX_ENV=py36-flake8
76
- TOX_ENV=py27-dj17
87
- TOX_ENV=py27-dj18
98
- TOX_ENV=py27-dj19
@@ -14,11 +13,6 @@ env:
1413
- TOX_ENV=py34-dj19
1514
- TOX_ENV=py34-dj110
1615
- TOX_ENV=py34-dj111
17-
- TOX_ENV=py36-dj17
18-
- TOX_ENV=py36-dj18
19-
- TOX_ENV=py36-dj19
20-
- TOX_ENV=py36-dj110
21-
- TOX_ENV=py36-dj111
2216
install:
2317
- pip install -r requirements-test.txt
2418
script:

tox.ini

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
;
77
[tox]
88
envlist =
9-
{py27,py34,py36}-flake8,
10-
{py27,py34,py36}-{dj17,dj18,dj19,dj110,dj111}
9+
{py27,py34}-flake8,
10+
{py27,py34}-{dj17,dj18,dj19,dj110,dj111}
1111

1212

1313
[testenv]
@@ -38,10 +38,10 @@ commands = flake8 ajax_select tests example
3838
; flake8
3939
; commands = flake8 ajax_select tests example
4040

41-
[testenv:py36-flake8]
42-
deps =
43-
flake8
44-
commands = flake8 ajax_select tests example
41+
; [testenv:py36-flake8]
42+
; deps =
43+
; flake8
44+
; commands = flake8 ajax_select tests example
4545

4646
; [testenv:py37-flake8]
4747
; deps =

0 commit comments

Comments
 (0)