Skip to content

Commit

Permalink
QA for Py3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Apr 8, 2017
1 parent d0d095c commit c0b8b26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python

python:
- 3.6
- 3.5
- 3.4
- 3.3
Expand All @@ -21,6 +22,9 @@ script: coverage run -a --source=sitetree setup.py test
matrix:

exclude:
- python: 3.6
env: DJANGO="Django>=1.7,<1.8"

- python: 3.5
env: DJANGO="Django>=1.7,<1.8"

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skip_missing_interpreters = True

envlist =
py{27,32,33,34}-django{17,18,19,110,111}
py{35}-django{18,19,110,111}
py{35,36}-django{18,19,110,111}


[testenv]
Expand Down

0 comments on commit c0b8b26

Please sign in to comment.