diff options
| author | Tony Breeds <tony@bakeyournoodle.com> | 2016-12-21 09:48:04 +1100 |
|---|---|---|
| committer | Tony Breeds <tony@bakeyournoodle.com> | 2016-12-21 09:48:04 +1100 |
| commit | 0457179dc2d8bc1f086d517c27ea8bfb2558aed1 (patch) | |
| tree | 561ec63479f8c61cad5f9c8cd82aaf16ade392c7 | |
| parent | 158c97f75a1c3d672552f6164d09e6d0c0944098 (diff) | |
| download | python-ceilometerclient-0457179dc2d8bc1f086d517c27ea8bfb2558aed1.tar.gz | |
[doc] Note lack of constraints is a choice
Change-Id: I29f08edff6459e1acb7e33634e3d8426f09c8c41
| -rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt +# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt commands = python setup.py testr --slowest --testr-args='{posargs}' |
