mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-01-09 07:14:21 +01:00
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.
12 lines
216 B
YAML
12 lines
216 B
YAML
language: python
|
|
env:
|
|
- TOXENV=py27
|
|
- TOXENV=py27-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
|