Skip to content

Commit

Permalink
Add configuration for tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Nov 17, 2013
1 parent 2aea50d commit c4547ae
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[tox]
downloadcache = {toxworkdir}/cache/
envlist = py27, pypy

[testenv]
deps =
unittest2

commands = make check
recreate = True
whitelist_externals = make

[testenv:py24]
setenv =
PIP_INSECURE=1


[testenv:py25]
setenv =
PIP_INSECURE=1

0 comments on commit c4547ae

Please sign in to comment.