Skip to content

Commit

Permalink
Less characters for Nathan :D
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole Story authored and pherron27 committed Dec 12, 2018
1 parent dfcf421 commit d3f1dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voltha/adapters/adtran_olt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(warning "dot is not available please install graphviz")
PROFILING=
endif

RUN_PYTEST=$(IN_VENV) PYTHONPATH=$(PYTHONPATH) python -m pytest -vvlx $(PROFILING) --cov=$(WORKING_DIR) --cov-report term-missing --cov-report html
RUN_PYTEST=$(IN_VENV) PYTHONPATH=$(PYTHONPATH) py.test -vvlx $(PROFILING) --cov=$(WORKING_DIR) --cov-report term-missing --cov-report html

$(VENVDIR):
@virtualenv -p python2 $(VENVDIR)
Expand Down

0 comments on commit d3f1dac

Please sign in to comment.