tox and travis are not used anymore

pull/29/head
Florian Ludwig 2021-03-13 16:08:40 +01:00
rodzic 6f47441fdd
commit a4655ddf25
3 zmienionych plików z 0 dodań i 60 usunięć

Wyświetl plik

@ -1,26 +0,0 @@
dist: xenial
sudo: false
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "nightly"
matrix:
allow_failures:
- python: "nightly"
include:
- python: "3.7"
env: TOXENV=py37
dist: xenial
sudo: true
install:
- pip install coveralls tox-travis
script:
- tox
after_success:
- coveralls

Wyświetl plik

@ -3,7 +3,6 @@ include *.txt
include license.txt
include samples/passwd
include tests/plugins/passwd
include tox.ini
recursive-include docs *.css
recursive-include docs *.html

33
tox.ini
Wyświetl plik

@ -1,33 +0,0 @@
[flake8]
ignore =
E265, # block comment should start with '# ' (~64 warnings)
E501, # line too long (~664 warnings)
[tox]
envlist =
py36,
py37,
py38,
py39,
coverage,
flake8,
check-manifest
[testenv]
deps = nose
commands = nosetests
[testenv:flake8]
deps = flake8
commands = flake8
[testenv:coverage]
commands =
python -m coverage erase
python -m coverage run --branch --source=hbmqtt -m unittest
python -m coverage report
deps = coverage
[testenv:check-manifest]
deps = check-manifest
commands = check-manifest