From 20c7f852559bfe778d5bbb2125c397387e3f606d Mon Sep 17 00:00:00 2001 From: Steven Sklar Date: Tue, 19 Jun 2018 13:01:51 -0400 Subject: [PATCH] Fixes typo --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ecd0e3..457b974 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,5 +17,6 @@ install: - "pip install sendgrid" - "pip install django==$DJANGO_VERSION" script: - - nosetests -c nose.cfg + - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then nosetests -c nose.cfg -I test_post_to_sendgrid; fi' + - 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then nosetests -c nose.cfg; fi' - flake8 sendgrid_backend/ \ No newline at end of file