Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6 from carljm/tox
Browse files Browse the repository at this point in the history
Add tox.ini
  • Loading branch information
malini committed Aug 1, 2012
2 parents 7bfc005 + a68edf8 commit f7f59aa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
datazilla.egg-info/
htmlcov/
*.egg
.tox/
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -55,3 +55,7 @@ Development
-----------

To run the `datazilla_client` test suite, run `python setup.py test`.

If you have `python2.5`, `python2.6`, and `python2.7` available on your system
under those names, you can also `pip install tox` and then run `tox` to test
`datazilla_client` under all of those Python versions.
7 changes: 7 additions & 0 deletions tox.ini
@@ -0,0 +1,7 @@
[tox]
envlist=py25,py26,py27

[testenv]
deps=
mock
commands=python setup.py test

0 comments on commit f7f59aa

Please sign in to comment.