diff options
| author | Joshua Harlow <harlowja@yahoo-inc.com> | 2015-03-18 14:28:05 -0700 |
|---|---|---|
| committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2015-03-18 14:28:05 -0700 |
| commit | 6d1880357ff0fc8e43cba17b9713d3cbf8ae1e1b (patch) | |
| tree | f20e96cb7d7384a267ca16dc17013bc7e974a0e0 /Makefile | |
| parent | 2329dd9f697fd3374face144cdd70010a4dbec83 (diff) | |
| download | kazoo-6d1880357ff0fc8e43cba17b9713d3cbf8ae1e1b.tar.gz | |
We don't need to depend on as tox builds the same env
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ endif clean: rm -rf $(BUILD_DIRS) -test: $(PYTHON) +test: tox -e$(TOX_VENV) html: |
