blob: f3c3162eeeb74571b225c9e746cf41eaff53d106 [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"
Robert Collins42cd3e22015-07-07 12:17:54 +120010 - pypy
11 - pypy3
Robert Collins001ec862015-07-07 10:47:27 +120012# command to install dependencies
Robert Collins05a92472015-07-07 11:17:36 +120013install:
14 - pip install -U pip
15 - pip install -U wheel setuptools
16 - pip install .[test]
Robert Collins001ec862015-07-07 10:47:27 +120017# command to run tests
18script: unit2