travis: add python 3.6 build

This commit is contained in:
Pavol Rusnak 2017-04-25 16:50:56 +02:00
parent 0840117033
commit e9958d115f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 3 deletions

View File

@ -18,9 +18,7 @@ python:
- "2.7"
- "3.4"
- "3.5"
before_install:
- pip install setuptools --upgrade
- "3.6"
install:
# Optimisation: build requirements as wheels, which get cached by Travis