commit | 65e33c084ce99a632ac22968ccce8f0f7983a419 | [log] [tgz] |
---|---|---|
author | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Fri Oct 25 10:45:00 2019 -0700 |
committer | GitHub <noreply@github.com> | Fri Oct 25 10:45:00 2019 -0700 |
tree | cdcc9f0513b0905f5f1b4c563e6c02c028247613 | |
parent | 9eec091cd4340f8e57dd0e837a7e8df808f9f5bd [diff] [blame] |
build: fix system tests, move to Kokoro (#372)
diff --git a/scripts/travis.sh b/scripts/travis.sh index 28bf5fa..2c34091 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh
@@ -37,6 +37,6 @@ fi fi -# Run tox. -echo "Running tox..." -tox +# Run nox. +echo "Running nox..." +nox \ No newline at end of file