Skip to content

Commit eb9c906

Browse files
authored
Merge pull request #5034 from StackStorm/update_travis_unit_nightly
remove py3-unit-nightly from Travis runs
2 parents 11c60ff + 7247b6a commit eb9c906

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -979,13 +979,6 @@ ci-py3-packs-tests:
979979
@echo
980980
NOSE_WITH_TIMER=$(NOSE_WITH_TIMER) tox -e py36-packs -vv
981981

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-
989982
.PHONY: ci-py3-integration
990983
ci-py3-integration: requirements .ci-prepare-integration .ci-py3-integration
991984

scripts/travis/install-requirements.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ if [[ " ${TASK}" = *' ci-py3-'* ]]; then
4646
tox -e py36-unit --notest
4747
fi
4848

49-
if [[ " ${TASK} " = *' ci-py3-unit-nightly '* ]]; then
50-
tox -e py36-unit-nightly --notest
51-
fi
52-
5349
if [[ " ${TASK} " = *' ci-py3-packs-tests '* ]]; then
5450
tox -e py36-packs --notest
5551
fi

0 commit comments

Comments
 (0)