Skip to content

Commit

Permalink
Add python 3.6 to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
crucialfelix committed May 17, 2017
1 parent 56e7a53 commit 049fc53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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 @@ -13,6 +14,11 @@ 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
17 changes: 8 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
;
[tox]
envlist =
{py27,py34}-flake8,
{py27,py34}-{dj17,dj18,dj19,dj110,dj111}
skip_missing_interpreters = true
{py27,py34,py36}-flake8,
{py27,py34,py36}-{dj17,dj18,dj19,dj110,dj111}


[testenv]
Expand Down Expand Up @@ -38,12 +37,12 @@ commands = flake8 ajax_select tests example
; deps =
; 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 =
; flake8
Expand Down

0 comments on commit 049fc53

Please sign in to comment.