mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-04-05 15:20:58 +00:00
``` $ tox ... py26: commands succeeded py27: commands succeeded pypy: commands succeeded py32: commands succeeded py33: commands succeeded py34: commands succeeded py35: commands succeeded pypy3: commands succeeded congratulations :) ```
8 lines
151 B
INI
8 lines
151 B
INI
[tox]
|
|
envlist = py26, py27, pypy, py32, py33, py34, py35, pypy3
|
|
|
|
[testenv]
|
|
commands = {envpython} test_contextlib2.py
|
|
|
|
[testenv:py26]
|
|
deps = unittest2
|