diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-05-11 14:26:16 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-05-11 14:26:16 -0400 |
| commit | ddeea9fac9629e183c74a2a92199240a95714211 (patch) | |
| tree | 5919b4fde8d380e301db5180e4ecca14f8d5a0db | |
| parent | 44d2c01914baff076853f6402655589dde070703 (diff) | |
| download | python-setuptools-git-ddeea9fac9629e183c74a2a92199240a95714211.tar.gz | |
Remove stale references to rwt. Ref #1018.
| -rw-r--r-- | .travis.yml | 4 | ||||
| -rwxr-xr-x | setup.py | 2 |
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 @@ -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) |
