Mercurial > piecrust2
view .travis.yml @ 671:3c4075e37dc2
cm: Also test Python 3.5 with Travis.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 04 Mar 2016 22:10:18 -0800 |
parents | aefd2714d205 |
children | a9b13c848b20 |
line wrap: on
line source
sudo: false language: python python: - "3.4" - "3.5" install: - "pip install -r requirements.txt" - "pip install -r dev-requirements.txt" script: py.test