Remove travis config from tox.ini

This commit is contained in:
Jonathan Kim 2020-04-26 11:38:00 +01:00
parent f53fe4847c
commit 2dbdbd55be

View File

@ -4,14 +4,6 @@ envlist =
py{36,37,38}-django30,
black,flake8
[travis:env]
DJANGO =
1.11: django111
2.0: django20
2.1: django21
2.2: django22
3.0: django30
[gh-actions]
python =
2.7: py27