1
0
mirror of https://github.com/gryf/slack-backup.git synced 2025-12-17 11:30:25 +01:00

Fix env name for travis

This commit is contained in:
2016-11-20 16:37:41 +01:00
parent 93771e9cbf
commit 970795bbf4

View File

@@ -2,7 +2,7 @@ language: python
env:
- TOXENV=py27
- TOXENV=py34
- TOXENV=py27-pyflake8
- TOXENV=py34-pyflake8
- TOXENV=py27-flake8
- TOXENV=py34-flake8
install: pip install tox
script: tox