From 7cceb1a31d5392a4a32025890e33239bfe68bc50 Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Sat, 2 Sep 2017 13:11:40 -0600 Subject: [PATCH] fix parsing error --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a390c044..f2e35b26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - "pipenv install --dev --skip-lock" script: - - "script: "pipenv run pytest tests" + - "pipenv run pytest tests" # command to run tests jobs: