deb-python-lesscpy/.travis.yml
Sascha Peilicke 007ffcf2e7 Use nose
The sanest way to discover and run tests across py27, py33, py34, tox
and Travis-CI and 'setup.py test'.
2014-02-02 18:30:26 +01:00

8 lines
138 B
YAML

language: python
python:
# - "2.6"
- "2.7"
- "3.3"
install: "pip install --use-mirrors -r test-requirements.txt"
script: nosetests -v