🔥 remove python 3.3 and 2.6 test and adding 3.7-dev

This commit is contained in:
chfw 2018-11-26 07:55:41 +00:00
parent 6da58d9190
commit 902e0b4e0e
3 changed files with 5 additions and 4 deletions

View File

@ -2,11 +2,10 @@
{%block custom_python_versions%}
python:
- 3.7-dev
- 3.6
- 3.5
- 3.4
- 3.3
- 2.7
- 2.6
{%endblock%}

View File

@ -3,12 +3,11 @@ language: python
notifications:
email: false
python:
- 3.7-dev
- 3.6
- 3.5
- 3.4
- 3.3
- 2.7
- 2.6
before_install:
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install flake8==2.6.2; fi
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then

View File

@ -3,6 +3,9 @@ mock;python_version<"3"
codecov
coverage
flake8
moban
black;python_version>="3.6"
isort;python_version>="3.6"
psutil
pyexcel
pyexcel-xls