1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-18 12:00:28 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
75d2cff96c Drop Python2 support. 2022-09-02 19:01:56 +02:00
1559591417 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.
2019-10-06 18:09:32 +02:00
4c39e572a6 Removed six as a dependency
Changed logic for checking if run_command argument is a list. Fixed
tests and refactoring save_save() method in cd32 module.
2017-01-01 14:13:48 +01:00
ef5631de3c Added additional tests for cd32 module
Also, new command was added to utils - run_command which is an
generalized subprocess.call function.

Requirements is now added with module six, which was needed to detect
string-like objects in sane way.
2016-12-31 20:20:07 +01:00
60b192403b Added mock as test dependency to Python2 environment 2016-12-20 20:01:55 +01:00
68049a6eb8 Added tox, setup.py, executable, test-req 2016-12-19 20:22:22 +01:00