comparison .travis.yml @ 463:aefd2714d205

cm: Use Travis CI's new infrastructure.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 11 Jul 2015 20:30:28 -0700
parents 779c67decff6
children 3c4075e37dc2
comparison
equal deleted inserted replaced
462:04abc97dd3b6 463:aefd2714d205
1 sudo: false
1 language: python 2 language: python
2 python: 3 python:
3 - "3.4" 4 - "3.4"
4 install: 5 install:
5 - "pip install -r requirements.txt" 6 - "pip install -r requirements.txt"