mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-02-16 14:05:55 +01:00
Changed python3 interpreter to default.
Currently, as a python3 interpreter, specific version has been chosen. As fs-uae-wrapper doesn't use any special features from latest version of the python3, it doesn't make sense to have fixed version of it. Just let operating system pick right python 3 interpreter.
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py27,py34,py27-flake8,py34-flake8
|
||||
envlist = py27,py3,py27-flake8,py3-flake8
|
||||
|
||||
usedevelop = True
|
||||
|
||||
@@ -14,8 +14,8 @@ deps = -r{toxinidir}/test-requirements.txt
|
||||
deps = {[testenv]deps}
|
||||
mock
|
||||
|
||||
[testenv:py34-flake8]
|
||||
basepython = python3.4
|
||||
[testenv:py3-flake8]
|
||||
basepython = python3
|
||||
deps = flake8
|
||||
commands = flake8 {posargs}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user