1
0
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:
2016-11-20 16:35:29 +01:00
parent 25d4de0ca3
commit 93771e9cbf

8
.travis.yml Normal file
View File

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