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

Dropping Python 2 support

This commit is contained in:
2016-11-26 19:12:44 +01:00
parent 11241e9d8b
commit af7f24e9a9
8 changed files with 12 additions and 41 deletions

View File

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