Compare commits

..

No commits in common. "156b2441c2b8be9d60e46d9fcc1f19570d50cfd1" and "d6531fdde83cc2149850900963ea2a65dd996fb8" have entirely different histories.

7 changed files with 1 additions and 20 deletions

1
.gitignore vendored
View File

@ -2,4 +2,3 @@ __pycache__/
.venv/
backup_tool
*.egg-info/
.tox/

View File

@ -1,8 +0,0 @@
pipeline:
# TODO add config for all other versions
text-3.9-current:
image: python:3.9
pull: true
commands:
- pip install -e .[dev]
- tox -e py39

View File

@ -35,7 +35,3 @@ app: backup_tool
install: app
cp backup_tool /usr/local/bin
.PHONY: install
test: venv tox.ini
@ .venv/bin/tox
.PHONY: test

View File

View File

@ -13,6 +13,7 @@ setup(
"black==20.8b1",
"flake8==3.8.4",
"tox==3.21.1",
"pytest==6.2.1",
]
},
)

View File

View File

@ -1,7 +0,0 @@
[tox]
envlist = py36,py37,py38,py39
[testenv]
deps = pytest
commands =
pytest