mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-10 02:45:44 +00:00
* Added tox configuration to test python 3.4, 3.5 and 3.6. Tox testing not enabled on every PR * Updated MANIFEST.ini to support tox * Correct comments Fixes #1641 Signed-off-by: Jhon Honce <jhonce@redhat.com>
8 lines
143 B
INI
8 lines
143 B
INI
[tox]
|
|
envlist = py34,py35,py36
|
|
skipdist = True
|
|
|
|
[testenv]
|
|
deps=-rrequirements.txt
|
|
whitelist_externals = bash
|
|
commands=bash test/test_runner.sh
|