1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2026-02-17 14:45:46 +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:
2019-10-06 18:00:25 +02:00
parent 193e487bb9
commit 1559591417
2 changed files with 8 additions and 5 deletions

View File

@@ -2,7 +2,10 @@ language: python
env:
- TOXENV=py27
- TOXENV=py27-flake8
- TOXENV=py34
- TOXENV=py34-flake8
- TOXENV=py3
- TOXENV=py3-flake8
install: pip install tox
script: tox
before_install:
- sudo apt-get update
- sudo apt-get install -y python-tk python3-tk