comparison .travis.yml @ 1022:84492d185813

cm: Add Python 3.6 to Travis-CI.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Dec 2017 22:30:39 -0800
parents 15b6ffadc95f
children
comparison
equal deleted inserted replaced
1021:22e767899e52 1022:84492d185813
1 sudo: false 1 sudo: false
2 language: python 2 language: python
3 python: 3 python:
4 - "3.4" 4 - "3.4"
5 - "3.5" 5 - "3.5"
6 - "3.6"
6 install: 7 install:
7 - "python setup.py version -f 2.0" 8 - "python setup.py version -f 2.0"
8 - "python setup.py sdist --formats=zip" 9 - "python setup.py sdist --formats=zip"
9 - "pip install dist/PieCrust-2.0.zip" 10 - "pip install dist/PieCrust-2.0.zip"
10 script: 11 script: