mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-01-31 21:15:46 +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
|
||||
Reference in New Issue
Block a user