Skip to content

Commit

Permalink
Add Python 3.6 to testing (slackapi#176)
Browse files Browse the repository at this point in the history
* Add Python 3.6 to testing

* Add Python 3.6 to testing

* dist: trusty

* python:   - "3.6"
  • Loading branch information
Christo Goosen authored and committed-name committed Jun 5, 2017
1 parent 6d96e68 commit ab4247e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
sudo: false
dist: trusty
language: python
python:
- "3.5"
- "3.6"
env:
matrix:
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=py36
- TOX_ENV=flake8
cache: pip
install:
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist=
py{27,34,35},
py{27,34,35,36},
flake8
skipsdist=true

Expand All @@ -22,6 +22,7 @@ basepython =
py27: python2.7
py34: python3.4
py35: python3.5
py36: python3.6

[testenv:flake8]
basepython=python
Expand Down

0 comments on commit ab4247e

Please sign in to comment.