Files
deb-python-weakrefmethod/.travis.yml
Stuart Longland 24fb672f43 Drop 'tox' in favour for calling unittest2 directly.
Seems tox pulls in the latest `pip` installer, which doesn't support
Python 3.2.
2016-01-31 12:10:38 +10:00

11 lines
132 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
- pip install unittest2
script:
- python -m unittest2