Skip to content

Commit 7b52ebc

Browse files
committed
💚 test rnd pyexcel-io
1 parent 8e39448 commit 7b52ebc

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.moban.d/custom_travis.yml.jj2

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{% extends "travis.yml.jj2" %}
2-
2+
{%block extra_matrix %}
3+
matrix:
4+
include:
5+
- python: 3.6
6+
env: MINREQ=1
7+
{%endblock%}
38
{%block custom_python_versions%}
49
python:
5-
- 3.8-dev
10+
- 3.8
611
- 3.7
712
- 3.6
8-
- 3.5
9-
- 2.7
1013
{%endblock%}
11-
14+
{%block pypi_deployment%}
15+
{%endblock %}

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ language: python
44
notifications:
55
email: false
66
python:
7-
- 3.8-dev
7+
- 3.8
88
- 3.7
99
- 3.6
10-
- 3.5
11-
- 2.7
10+
matrix:
11+
include:
12+
- python: 3.6
13+
env: MINREQ=1
1214

1315
stages:
1416
- lint

rnd_requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/pyexcel/pyexcel-io/archive/dev.zip

0 commit comments

Comments
 (0)