Tox support on dev branch

This commit is contained in:
Nick Coghlan 2016-01-12 18:51:30 +10:00
parent 4199bb9d9d
commit 939293da14

11
tox.ini Normal file
View file

@ -0,0 +1,11 @@
[tox]
envlist = py27, pypy, py34, py35, pypy3
[testenv]
commands = {envpython} test_contextlib2.py
[testenv:py27]
deps = unittest2
[testenv:pypy]
deps = unittest2