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