diff --git a/scripts/pypi.sh b/scripts/pypi.sh deleted file mode 100755 index 4e8138d..0000000 --- a/scripts/pypi.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -python setup.py sdist bdist_wheel -twine upload dist/octokit* diff --git a/tox.ini b/tox.ini index 3ec896f..1de0f2d 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,6 @@ passenv = usedevelop = false deps = pytest - pytest-travis-fold pytest-cov pytest-mock -rrequirements.txt