Skip to content

Commit

Permalink
Revert testing for python 3.6
Browse files Browse the repository at this point in the history
Due to travis issue:

travis-ci/travis-ci#4990
  • Loading branch information
crucialfelix committed May 17, 2017
1 parent 049fc53 commit 7b63c9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
env:
- TOX_ENV=py27-flake8
- TOX_ENV=py34-flake8
- TOX_ENV=py36-flake8
- TOX_ENV=py27-dj17
- TOX_ENV=py27-dj18
- TOX_ENV=py27-dj19
Expand All @@ -14,11 +13,6 @@ env:
- TOX_ENV=py34-dj19
- TOX_ENV=py34-dj110
- TOX_ENV=py34-dj111
- TOX_ENV=py36-dj17
- TOX_ENV=py36-dj18
- TOX_ENV=py36-dj19
- TOX_ENV=py36-dj110
- TOX_ENV=py36-dj111
install:
- pip install -r requirements-test.txt
script:
Expand Down
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
;
[tox]
envlist =
{py27,py34,py36}-flake8,
{py27,py34,py36}-{dj17,dj18,dj19,dj110,dj111}
{py27,py34}-flake8,
{py27,py34}-{dj17,dj18,dj19,dj110,dj111}


[testenv]
Expand Down Expand Up @@ -38,10 +38,10 @@ commands = flake8 ajax_select tests example
; flake8
; commands = flake8 ajax_select tests example

[testenv:py36-flake8]
deps =
flake8
commands = flake8 ajax_select tests example
; [testenv:py36-flake8]
; deps =
; flake8
; commands = flake8 ajax_select tests example

; [testenv:py37-flake8]
; deps =
Expand Down

0 comments on commit 7b63c9f

Please sign in to comment.