mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2025-12-29 09:52:29 +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
|
||||
==============
|
||||
|
||||
.. 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
|
||||
actions, like uncompressing archived files (CD ROMs images, filesystems),
|
||||
launch the emulator and archive emulator save state.
|
||||
|
||||
Reference in New Issue
Block a user