blob: 514de9dead5c298e90d89eebb877d8779250e4ba [file] [log] [blame]
language: python
os:
- linux
- osx
python:
- "pypy"
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
- pip install --verbose .
- pip install --verbose unittest2
script:
- unit2 discover -v