blob: 05f7d01163b94df6d969c1974a1851de3a162cfd [file] [log] [blame]
Robert Collinsfd2d4b72015-07-07 11:24:28 +12001sudo: false
Robert Collins001ec862015-07-07 10:47:27 +12002language: python
3python:
4 - "2.6"
5 - "2.7"
6 - "3.2"
7 - "3.3"
8 - "3.4"
9 - "nightly"
10# command to install dependencies
Robert Collins05a92472015-07-07 11:17:36 +120011install:
12 - pip install -U pip
13 - pip install -U wheel setuptools
14 - pip install .[test]
Robert Collins001ec862015-07-07 10:47:27 +120015# command to run tests
16script: unit2