chore: remove travis configuration

This commit is contained in:
Éloi Rivard 2023-08-13 02:02:04 +02:00
parent 857ca2d5b0
commit a2a5ec4304
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184
2 changed files with 0 additions and 17 deletions

View file

@ -1,11 +0,0 @@
sudo: false
language: python
python:
- "3.7"
- "3.8"
- "3.9"
script: tox
before_install:
- python -m pip install --upgrade pip virtualenv
install:
- pip install tox-travis

View file

@ -32,9 +32,3 @@ max_line_length = 100
extend-ignore = extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373 # See https://github.com/PyCQA/pycodestyle/issues/373
E203, E203,
[travis]
python =
3.7: py37
3.8: py38, lint_docs
3.9: py39