Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Set up tox to simplify testing multiple pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachmann1234 committed Jun 10, 2014
1 parent f6affde commit 700c1e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
build
dist
.venv
.tox
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[tox]
envlist = py26,py27
[testenv]
deps=nose
commands=nosetests

0 comments on commit 700c1e7

Please sign in to comment.