diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-13 15:22:37 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-13 15:22:37 -0400 |
| commit | cf3e1b296a8d7cea519ef07b041c30ec891f9f18 (patch) | |
| tree | 8ddb43f5c7871ef3b892264421bc56cceca32dc1 | |
| parent | 410317331922f1450322db993a1bc86de6ffbee1 (diff) | |
| download | external_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.yml | 2 | ||||
| -rwxr-xr-x | tests/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 |
