mirror of
https://github.com/gryf/slack-backup.git
synced 2025-12-17 11:30:25 +01:00
Added travis conf file
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=py34
|
||||||
|
- TOXENV=py27-pyflake8
|
||||||
|
- TOXENV=py34-pyflake8
|
||||||
|
install: pip install tox
|
||||||
|
script: tox
|
||||||
Reference in New Issue
Block a user