removing travis

This commit is contained in:
Alex Boten
2020-10-01 22:24:30 -07:00
parent d7b2e89150
commit 6144ad5e3e
2 changed files with 0 additions and 30 deletions

View File

@ -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

View File

@ -12,10 +12,6 @@ envlist =
; pypy3-test-django
lint
[travis]
python =
3.8: lint
[testenv]
deps =
-c dev-requirements.txt