File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -979,13 +979,6 @@ ci-py3-packs-tests:
979
979
@echo
980
980
NOSE_WITH_TIMER=$(NOSE_WITH_TIMER ) tox -e py36-packs -vv
981
981
982
- .PHONY : ci-py3-unit-nightly
983
- ci-py3-unit-nightly :
984
- @echo
985
- @echo " ==================== ci-py3-unit ===================="
986
- @echo
987
- NOSE_WITH_TIMER=$(NOSE_WITH_TIMER ) tox -e py36-unit-nightly -vv
988
-
989
982
.PHONY : ci-py3-integration
990
983
ci-py3-integration : requirements .ci-prepare-integration .ci-py3-integration
991
984
Original file line number Diff line number Diff line change @@ -46,10 +46,6 @@ if [[ " ${TASK}" = *' ci-py3-'* ]]; then
46
46
tox -e py36-unit --notest
47
47
fi
48
48
49
- if [[ " ${TASK} " = * ' ci-py3-unit-nightly ' * ]]; then
50
- tox -e py36-unit-nightly --notest
51
- fi
52
-
53
49
if [[ " ${TASK} " = * ' ci-py3-packs-tests ' * ]]; then
54
50
tox -e py36-packs --notest
55
51
fi
You can’t perform that action at this time.
0 commit comments