Commit ddeea9fa authored by Jason R. Coombs's avatar Jason R. Coombs

Remove stale references to rwt. Ref #1018.

parent 44d2c019
...@@ -15,8 +15,8 @@ matrix: ...@@ -15,8 +15,8 @@ matrix:
- python: 2.7 - python: 2.7
env: LC_ALL=C LC_CTYPE=C env: LC_ALL=C LC_CTYPE=C
script: script:
# need tox and rwt to get started # need tox to get started
- pip install tox rwt - pip install tox
# Output the env, to verify behavior # Output the env, to verify behavior
- env - env
......
...@@ -19,7 +19,7 @@ def require_metadata(): ...@@ -19,7 +19,7 @@ def require_metadata():
if not os.path.exists(egg_info_dir): if not os.path.exists(egg_info_dir):
msg = ( msg = (
"Cannot build setuptools without metadata. " "Cannot build setuptools without metadata. "
"Install rwt and run `rwt -- bootstrap.py`." "Install rwt and run `bootstrap.py`."
) )
raise RuntimeError(msg) raise RuntimeError(msg)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment