🔥 remove python tests lower than python 3.6

This commit is contained in:
chfw 2020-09-20 12:04:22 +01:00
parent d89c676214
commit 2459ede331
4 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,8 @@
{% extends "travis.yml.jj2" %}
{%block test_other_python_versions%}
- 3.6
- 3.7
{%block custom_python_versions%}
python:
- 3.8
- 3.7
- 3.6
{%endblock%}

View File

@ -4,13 +4,9 @@ language: python
notifications:
email: false
python:
- &pypy2 pypy2.7-6.0
- &pypy3 pypy3.5-6.0
- 3.8
- 3.7
- 3.6
- 3.5
- 2.7
stages:
- lint

View File

@ -10,4 +10,6 @@ dependencies:
- pyexcel-io>=0.5.3
- xlrd
- xlwt
test_dependencies:
- pyexcel
description: A wrapper library to read, manipulate and write data in xls format. It reads xlsx and xlsm format

View File

@ -9,3 +9,4 @@ collective.checkdocs
pygments
moban
moban_jinja2_github
pyexcel