diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-31 14:51:55 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-31 14:51:55 -0500 |
| commit | 06b3378ac1263b3f284b45ca0dcbfe71e55e29fd (patch) | |
| tree | 39697011519add3cace7958376a8bf21ec734eef | |
| parent | 04cf504041b38b85c8f2e9ffddda5897b2161e67 (diff) | |
| download | python-setuptools-git-06b3378ac1263b3f284b45ca0dcbfe71e55e29fd.tar.gz | |
Report skipped tests
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5f644e00..004a97eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,5 @@ script: - python bootstrap.py - python setup.py egg_info - - python setup.py ptr + - python setup.py ptr --addopts='-rs' - python ez_setup.py --version 7.0 |
