view .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
line wrap: on
line source

sudo: false
language: python
python:
  - "3.4"
install:
  - "pip install -r requirements.txt"
  - "pip install -r dev-requirements.txt"
script: py.test