Skip to content

Commit a3cde6d

Browse files
authored
Fixing deploy (#50)
* Pinning tox version to 3
1 parent 47f38d7 commit a3cde6d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ lint:
5151
flake8 . --count --exit-zero --max-line-length=127 --statistics --extend-ignore=E501 --extend-exclude '.*'
5252

5353
.PHONY: publish
54-
publish: check_git test-tox clean dist
54+
publish: check_git test-tox dist
5555
python3 -m twine upload dist/*
5656

5757
.PHONY: publish-docker

publish-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
tox
1+
tox==3.*
22
setuptools
33
twine

0 commit comments

Comments
 (0)