diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5fdab66 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: python +env: +- TOXENV=py27 +- TOXENV=py27-flake8 +- TOXENV=py34 +- TOXENV=py34-flake8 +install: pip install tox +script: tox diff --git a/README.rst b/README.rst index a2984d5..f2b886b 100644 --- a/README.rst +++ b/README.rst @@ -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.