-
Dan Michael O. Heggø authored
- A single command `python setup.py test` will now install test dependencies, make an in-place build and run the tests. - The setup script now requires Setuptools. A message will be printed if it is not found.
Dan Michael O. Heggø authored- A single command `python setup.py test` will now install test dependencies, make an in-place build and run the tests. - The setup script now requires Setuptools. A message will be printed if it is not found.
.travis.yml 177 B
# http://about.travis-ci.org/docs/user/languages/python/
language: python
python:
- "2.6"
- "2.7"
install:
- python setup.py install
script:
- python setup.py test