view .travis.yml @ 573:a489162f2a17

data: Fix a crash bug when no parent page is set on an iterator.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 19 Dec 2015 18:02:58 -0800
parents aefd2714d205
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