mirror of https://github.com/asciimoo/exrex.git
8 lines
140 B
INI
8 lines
140 B
INI
|
[tox]
|
||
|
envlist = py26, py27, py33, py34, py35
|
||
|
minversion = 1.8
|
||
|
skip_missing_interpreters = True
|
||
|
|
||
|
[testenv]
|
||
|
commands = {envpython} ./tests.py
|