blob: 3a5202b7b6397658fd28caf3951ed64c7ae4a287 [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
10install: pip install .[test]
11# command to run tests
12script: unit2