aboutsummaryrefslogtreecommitdiffstats
path: root/py.requirements/ci.travis.txt
diff options
context:
space:
mode:
Diffstat (limited to 'py.requirements/ci.travis.txt')
-rw-r--r--py.requirements/ci.travis.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/py.requirements/ci.travis.txt b/py.requirements/ci.travis.txt
new file mode 100644
index 0000000..c1550a9
--- /dev/null
+++ b/py.requirements/ci.travis.txt
@@ -0,0 +1,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'