Commit 22384aae authored by Kai Lautaportti's avatar Kai Lautaportti

Merge pull request #7 from msabramo/tox-and-travis

Add support for Tox (http://tox.testrun.org/) and Travis CI (http://about.travis-ci.org/)
parents 9e9b63f6 18b42bce
language: python
python:
- 2.6
- 2.7
before_install: pip install --use-mirrors zc.buildout==1.6.3
install: python setup.py install
script: python setup.py test
include README.txt
include CHANGES.txt
recursive-include hexagonit *
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist = py26, py27
[testenv]
commands = python setup.py test
deps =
zc.buildout==1.6.3
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment