aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-13 15:22:37 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-13 15:22:37 -0400
commitcf3e1b296a8d7cea519ef07b041c30ec891f9f18 (patch)
tree8ddb43f5c7871ef3b892264421bc56cceca32dc1
parent410317331922f1450322db993a1bc86de6ffbee1 (diff)
downloadexternal_python_setuptools-cf3e1b296a8d7cea519ef07b041c30ec891f9f18.tar.gz
external_python_setuptools-cf3e1b296a8d7cea519ef07b041c30ec891f9f18.tar.bz2
external_python_setuptools-cf3e1b296a8d7cea519ef07b041c30ec891f9f18.zip
Move clean install test to tests dir.
-rw-r--r--.travis.yml2
-rwxr-xr-xtests/clean_install.sh (renamed from clean_install.sh)0
2 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c72e731..4a9a861f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ script:
- tox
# Check that setuptools can be installed in a clean environment
- - ./clean_install.sh
+ - tests/clean_install.sh
deploy:
provider: pypi
diff --git a/clean_install.sh b/tests/clean_install.sh
index f8f80dc7..f8f80dc7 100755
--- a/clean_install.sh
+++ b/tests/clean_install.sh