diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bd703ac0b..000000000 --- a/.travis.yml +++ /dev/null @@ -1,26 +0,0 @@ -dist: xenial - -language: python - -cache: pip - -python: - - '3.4' - - '3.5' - - '3.6' - - '3.7' - - '3.8' - - 'pypy3' - -services: - - docker - -install: - - pip install tox-travis - -script: - - tox - -after_success: - - pip install codecov - - codecov -v diff --git a/tox.ini b/tox.ini index 7f7f81758..e5f64609f 100644 --- a/tox.ini +++ b/tox.ini @@ -12,10 +12,6 @@ envlist = ; pypy3-test-django lint -[travis] -python = - 3.8: lint - [testenv] deps = -c dev-requirements.txt