mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
19 lines
358 B
INI
19 lines
358 B
INI
[tox]
|
|
envlist = py26, py27, pypy, py33, py34, py35, py36, pypy3
|
|
skip_missing_interpreters = True
|
|
|
|
[testenv]
|
|
commands = {envpython} test_contextlib2.py
|
|
|
|
[testenv:py26]
|
|
deps = unittest2
|
|
|
|
[testenv:py27]
|
|
deps = unittest2
|
|
|
|
[testenv:pypy]
|
|
deps = unittest2
|
|
|
|
[testenv:pypy3]
|
|
# Known incompatibility: https://bitbucket.org/pypy/pypy/issues/1903
|
|
ignore_outcome = True
|