summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-05-11 14:26:16 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-05-11 14:26:16 -0400
commitddeea9fac9629e183c74a2a92199240a95714211 (patch)
tree5919b4fde8d380e301db5180e4ecca14f8d5a0db
parent44d2c01914baff076853f6402655589dde070703 (diff)
downloadpython-setuptools-git-ddeea9fac9629e183c74a2a92199240a95714211.tar.gz
Remove stale references to rwt. Ref #1018.
-rw-r--r--.travis.yml4
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index adb2f948..a49822f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,8 +15,8 @@ matrix:
- python: 2.7
env: LC_ALL=C LC_CTYPE=C
script:
- # need tox and rwt to get started
- - pip install tox rwt
+ # need tox to get started
+ - pip install tox
# Output the env, to verify behavior
- env
diff --git a/setup.py b/setup.py
index 0d465cc8..e222ba93 100755
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ def require_metadata():
if not os.path.exists(egg_info_dir):
msg = (
"Cannot build setuptools without metadata. "
- "Install rwt and run `rwt -- bootstrap.py`."
+ "Install rwt and run `bootstrap.py`."
)
raise RuntimeError(msg)