diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-02-25 08:54:29 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-02-25 08:54:29 -0500 |
| commit | d21b8dbfa1f0ad6f4c3f5b4101035c228bd6a6d8 (patch) | |
| tree | 1f4d348aa527116d6fbc6d1028e33c599fbcc135 | |
| parent | eaeaf36088bccfcb35e798dcfa4ad187ef05f2f5 (diff) | |
| download | python-setuptools-git-d21b8dbfa1f0ad6f4c3f5b4101035c228bd6a6d8.tar.gz | |
Now tests may be invoked simply with setup.py test.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 16605597..45cace4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ script: # update egg_info based on setup.py in checkout - python bootstrap.py - - python setup.py ptr --addopts='-rs' + - python setup.py test --addopts='-rs' - python ez_setup.py --version 12.2 |
