Skip to content

Commit

Permalink
Fixed py37 target names in makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh committed Jan 29, 2020
1 parent 0fdafac commit 75e2645
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -971,25 +971,25 @@ ci-py3-integration: requirements .ci-prepare-integration .ci-py3-integration
NOSE_WITH_TIMER=$(NOSE_WITH_TIMER) tox -e py36-integration -vv

.PHONY: ci-py37-unit
ci-py3-unit:
ci-py37-unit:
@echo
@echo "==================== ci-py37-unit ===================="
@echo
NOSE_WITH_TIMER=$(NOSE_WITH_TIMER) tox -e py37-unit -vv
NOSE_WITH_TIMER=$(NOSE_WITH_TIMER) tox -e py37-packs -vv

.PHONY: ci-py37-unit-nightly
ci-py3-unit-nightly:
ci-py37-unit-nightly:
@echo
@echo "==================== ci-py37-unit ===================="
@echo
NOSE_WITH_TIMER=$(NOSE_WITH_TIMER) tox -e py37-unit-nightly -vv

.PHONY: ci-py37-integration
ci-py3-integration: requirements .ci-prepare-integration .ci-py37-integration
ci-py37-integration: requirements .ci-prepare-integration .ci-py37-integration

.PHONY: .ci-py37-integration
.ci-py3-integration:
.ci-py37-integration:
@echo
@echo "==================== ci-py37-integration ===================="
@echo
Expand Down

0 comments on commit 75e2645

Please sign in to comment.