aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)