1
0
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:
2016-12-19 20:27:52 +01:00
parent acb056f112
commit 9037f013d3
2 changed files with 11 additions and 0 deletions

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: python
env:
- TOXENV=py27
- TOXENV=py27-flake8
- TOXENV=py34
- TOXENV=py34-flake8
install: pip install tox
script: tox

View File

@@ -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.