build on travis with python 3.6 for bytes.format support

This commit is contained in:
Michel Oosterhof
2017-03-06 12:39:47 +00:00
parent 9010c33672
commit bc72aa8017

View File

@@ -4,7 +4,7 @@ os: linux
language: python language: python
python: python:
- '2.7' - '2.7'
- '3.4' - '3.6'
before_install: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get install -y libmpc-dev - sudo apt-get install -y libmpc-dev