Update .travis.yml

This commit is contained in:
Eugene Duboviy 2017-01-08 16:18:19 +02:00 committed by GitHub
parent 66a6475064
commit 0046ed73c6

View File

@ -7,7 +7,7 @@ os:
env: env:
global: global:
- NEWEST_PYTHON=3.5 - NEWEST_PYTHON=3.6
python: python:
- 2.6 - 2.6
@ -15,6 +15,7 @@ python:
- pypy - pypy
- 3.4 - 3.4
- 3.5 - 3.5
- 3.6
# Currently fails because of a Flask issue # Currently fails because of a Flask issue
# - pypy3 # - pypy3
@ -42,12 +43,12 @@ matrix:
- os: osx - os: osx
language: generic language: generic
env: env:
- TOXENV=py35 - TOXENV=py36
- BREW_INSTALL=python3 - BREW_INSTALL=python3
# Python Codestyle # Python Codestyle
- os: linux - os: linux
python: 3.5 python: 3.6
env: CODESTYLE=true env: CODESTYLE=true
install: install: