blob: bcb2de42032ac253692f0ac0c262b5274ea39cd9 [file] [log] [blame]
Robert Collins001ec862015-07-07 10:47:27 +12001language: python
2python:
3 - "2.6"
4 - "2.7"
5 - "3.2"
6 - "3.3"
7 - "3.4"
8 - "nightly"
9# command to install dependencies
Robert Collins05a92472015-07-07 11:17:36 +120010install:
11 - pip install -U pip
12 - pip install -U wheel setuptools
13 - pip install .[test]
Robert Collins001ec862015-07-07 10:47:27 +120014# command to run tests
15script: unit2