mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
chore: remove travis configuration (#1216)
This commit is contained in:
parent
857ca2d5b0
commit
15c43f496e
2 changed files with 0 additions and 17 deletions
11
.travis.yml
11
.travis.yml
|
@ -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
|
6
tox.ini
6
tox.ini
|
@ -32,9 +32,3 @@ max_line_length = 100
|
|||
extend-ignore =
|
||||
# See https://github.com/PyCQA/pycodestyle/issues/373
|
||||
E203,
|
||||
|
||||
[travis]
|
||||
python =
|
||||
3.7: py37
|
||||
3.8: py38, lint_docs
|
||||
3.9: py39
|
||||
|
|
Loading…
Reference in a new issue