Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Enables Python 3.6 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Jul 17, 2017
1 parent 01bb828 commit 30e7615
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
language: python
python: "3.5"
cache: pip

env:
- TOXENV=py34
- TOXENV=py35
- TOXENV=pep8
matrix:
include:
- language: python
python: "3.4"
env: TOXENV=py34

- language: python
python: "3.5"
env: TOXENV=py35

- language: python
python: "3.6"
env: TOXENV=py36

- language: python
python: "3.4"
env: TOXENV=pep8

addons:
postgresql: "9.3"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py34,py35,pep8
envlist = py34,py35,py36,pep8

[base]
dependencies = git+git://github.com/OneGov/onegov.testing.git#egg=onegov.testing
Expand Down

0 comments on commit 30e7615

Please sign in to comment.