Skip to content

Commit 527039b

Browse files
committed
py3-unit-nightly was removed as part of mistral removal as it just ran the mistral UTs, but Travis run still called it
1 parent 0e83fc5 commit 527039b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)