mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
chore: remove travis configuration
This commit is contained in:
parent
857ca2d5b0
commit
a2a5ec4304
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 =
|
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
|
|
||||||
|
|
Loading…
Reference in a new issue