remove unused variables from travis config

This commit is contained in:
Ivan Elfimov 2020-02-03 15:39:52 +03:00
parent 918590bd06
commit fafda66869

View file

@ -8,8 +8,6 @@ cache: pip
env:
global:
- PYTHONWARNINGS=default,ignore::PendingDeprecationWarning,ignore::ResourceWarning
- DJANGO_DATABASE_USER_POSTGRES=postgres
- DJANGO_DATABASE_USER_MYSQL=travis
matrix:
- DJANGO='>=3.0,<3.1'
- DJANGO='>=2.2,<3.0'