1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2026-02-11 03:05:47 +01:00

Drop Python2 support.

This commit is contained in:
2022-09-02 18:58:02 +02:00
parent 114984cbee
commit 75d2cff96c
6 changed files with 9 additions and 31 deletions

11
tox.ini
View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27,py3,py27-flake8,py3-flake8
envlist = py3,py3-flake8
usedevelop = True
@@ -10,16 +10,7 @@ commands = py.test --cov=fs_uae_wrapper --cov-report=term-missing
deps = -r{toxinidir}/test-requirements.txt
[testenv:py27]
deps = {[testenv]deps}
mock
[testenv:py3-flake8]
basepython = python3
deps = flake8
commands = flake8 {posargs}
[testenv:py27-flake8]
basepython = python2.7
deps = flake8
commands = flake8 {posargs}