aboutsummaryrefslogtreecommitdiff
path: root/py.requirements/ci.travis.txt
blob: c1550a92a34027703321ebeecb7ddfc16167cbc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pytest <  5.0; python_version <  '3.0'
pytest >= 5.0; python_version >= '3.0'
pytest-html >= 1.19.0

unittest2;   python_version < '2.7'
ordereddict; python_version < '2.7'

# -- NEEDED: By some tests (as proof of concept)
# NOTE: path.py-10.1 is required for python2.6
# HINT: path.py => path (python-install-package was renamed for python3)
path.py >= 11.5.0; python_version <  '3.5'
path >= 13.1.0;    python_version >= '3.5'