mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-02-21 18:45:52 +01:00
Added travis conf
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
language: python
|
||||||
|
env:
|
||||||
|
- TOXENV=py27
|
||||||
|
- TOXENV=py27-flake8
|
||||||
|
- TOXENV=py34
|
||||||
|
- TOXENV=py34-flake8
|
||||||
|
install: pip install tox
|
||||||
|
script: tox
|
||||||
@@ -2,6 +2,9 @@
|
|||||||
FS-UAE Wrapper
|
FS-UAE Wrapper
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
.. image:: https://travis-ci.org/gryf/fs-uae-wrapper.svg?branch=master
|
||||||
|
:target: https://travis-ci.org/gryf/fs-uae-wrapper
|
||||||
|
|
||||||
This little utility is a wrapper on great FS-UAE_ emulator, to perform some
|
This little utility is a wrapper on great FS-UAE_ emulator, to perform some
|
||||||
actions, like uncompressing archived files (CD ROMs images, filesystems),
|
actions, like uncompressing archived files (CD ROMs images, filesystems),
|
||||||
launch the emulator and archive emulator save state.
|
launch the emulator and archive emulator save state.
|
||||||
|
|||||||
Reference in New Issue
Block a user