🔥 remove python tests lower than python 3.6

This commit is contained in:
chfw 2020-09-19 21:16:49 +01:00
parent bbb0d0d65b
commit fba69516be
2 changed files with 3 additions and 41 deletions

View File

@ -1,29 +1,7 @@
{% extends "travis.yml.jj2" %}
{%block test_other_python_versions%} - 2.6
- 3.3
- 3.4
- 3.5
- pypy
{%block test_other_python_versions%}
- 3.6
- 3.7
- 3.8
{%endblock%}
{%block extra_matrix%}
matrix:
include:
- python: 2.7
dist: trusty
sudo: required
virtualenv:
system_site_packages: true
addons:
apt:
packages:
- python-xlwt
- python-xlrd
- python-coverage
- python-nose
- python-mock
{%endblock%}
{%block custom_install %} - if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi
{%endblock%}

View File

@ -11,21 +11,6 @@ python:
- 3.6
- 3.5
- 2.7
matrix:
include:
- python: 2.7
dist: trusty
sudo: required
virtualenv:
system_site_packages: true
addons:
apt:
packages:
- python-xlwt
- python-xlrd
- python-coverage
- python-nose
- python-mock
stages:
- lint
@ -60,7 +45,6 @@ jobs:
stage: test
before_install:
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
mv min_requirements.txt requirements.txt ;
fi