mirror of
https://github.com/gryf/slack-backup.git
synced 2025-12-17 03:20:25 +01:00
7 lines
94 B
YAML
7 lines
94 B
YAML
language: python
|
|
env:
|
|
- TOXENV=py34
|
|
- TOXENV=py34-flake8
|
|
install: pip install tox
|
|
script: tox
|