From 9869e4b467f4c36872d64950dff5934b10de7e26 Mon Sep 17 00:00:00 2001 From: Kyle Hornberg Date: Tue, 16 Apr 2019 20:57:04 -0500 Subject: [PATCH] Remove more travis things --- scripts/pypi.sh | 3 --- tox.ini | 1 - 2 files changed, 4 deletions(-) delete mode 100755 scripts/pypi.sh 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