Bump python version to 3.8

This commit is contained in:
DarkPhoenix
2020-01-30 11:09:11 +03:00
parent 17d7583cfc
commit 97cf53217e
3 changed files with 5 additions and 5 deletions

View File

@@ -7,8 +7,8 @@ environment:
matrix:
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.x"
- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "32"
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

View File

@@ -3,13 +3,13 @@ language: python
git:
depth: 400
python:
- 3.6
- 3.8
matrix:
include:
- os: osx
osx_image: xcode7.3
language: generic
env: PYTHON=3.6.1
env: PYTHON=3.8.1
before_install:
- bash scripts/setup-osx.sh
install:

View File

@@ -7,7 +7,7 @@ passenv = CI TRAVIS TRAVIS_*
deps =
-rrequirements.txt
-rrequirements_test.txt
basepython = python3.6
basepython = python3.8
commands = py.test -vv --cov Pyfa tests2/
[testenv:pep8]