deb-python-lesscpy/.travis.yml
Sascha Peilicke 3cd83f18fe Add test-requirements.txt
The central place for all testing requirements. And use it everywhere.
2014-02-02 17:35:38 +01:00

8 lines
152 B
YAML

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