From 7b52ebc0ef04688572607eb632a052340a8aad68 Mon Sep 17 00:00:00 2001 From: chfw Date: Fri, 12 Jun 2020 22:14:20 +0100 Subject: [PATCH] :green_heart: test rnd pyexcel-io --- .moban.d/custom_travis.yml.jj2 | 14 +++++++++----- .travis.yml | 8 +++++--- rnd_requirements.txt | 1 + 3 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 rnd_requirements.txt diff --git a/.moban.d/custom_travis.yml.jj2 b/.moban.d/custom_travis.yml.jj2 index a94a221..73b434a 100644 --- a/.moban.d/custom_travis.yml.jj2 +++ b/.moban.d/custom_travis.yml.jj2 @@ -1,11 +1,15 @@ {% extends "travis.yml.jj2" %} - +{%block extra_matrix %} +matrix: + include: + - python: 3.6 + env: MINREQ=1 +{%endblock%} {%block custom_python_versions%} python: - - 3.8-dev + - 3.8 - 3.7 - 3.6 - - 3.5 - - 2.7 {%endblock%} - +{%block pypi_deployment%} +{%endblock %} \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 94e3c9a..3901204 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,13 @@ language: python notifications: email: false python: - - 3.8-dev + - 3.8 - 3.7 - 3.6 - - 3.5 - - 2.7 +matrix: + include: + - python: 3.6 + env: MINREQ=1 stages: - lint diff --git a/rnd_requirements.txt b/rnd_requirements.txt new file mode 100644 index 0000000..a4748b0 --- /dev/null +++ b/rnd_requirements.txt @@ -0,0 +1 @@ +https://github.com/pyexcel/pyexcel-io/archive/dev.zip