Remove .travis.yml (wow, it is ancient)

Change-Id: I476a6eb5f64a6306038063cd2f96f96ace5c5d91
This commit is contained in:
Dmitry Tantsur 2020-06-18 14:18:35 +02:00
parent 1609551a90
commit 29eab32040

View File

@ -1,19 +0,0 @@
language: python
python: 2.7
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=pep8
install:
- pip install tox
script:
- tox -vv -e $TOX_ENV
notifications:
irc:
channels:
- "chat.freenode.net#teeth-dev"
use_notice: true
skip_join: true
email: false