Compare commits
No commits in common. "156b2441c2b8be9d60e46d9fcc1f19570d50cfd1" and "d6531fdde83cc2149850900963ea2a65dd996fb8" have entirely different histories.
156b2441c2
...
d6531fdde8
|
@ -2,4 +2,3 @@ __pycache__/
|
||||||
.venv/
|
.venv/
|
||||||
backup_tool
|
backup_tool
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
.tox/
|
|
||||||
|
|
|
@ -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
|
|
4
Makefile
4
Makefile
|
@ -35,7 +35,3 @@ app: backup_tool
|
||||||
install: app
|
install: app
|
||||||
cp backup_tool /usr/local/bin
|
cp backup_tool /usr/local/bin
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
|
|
||||||
test: venv tox.ini
|
|
||||||
@ .venv/bin/tox
|
|
||||||
.PHONY: test
|
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -13,6 +13,7 @@ setup(
|
||||||
"black==20.8b1",
|
"black==20.8b1",
|
||||||
"flake8==3.8.4",
|
"flake8==3.8.4",
|
||||||
"tox==3.21.1",
|
"tox==3.21.1",
|
||||||
|
"pytest==6.2.1",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue