From e2b6d75003f2e52ddd2924e894d1582814b100c7 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Mon, 30 Jan 2017 16:26:59 -0700 Subject: [PATCH] only run tests once --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e8d5898..3f5420df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ install: - "python setup.py develop" - "pipenv lock" - "pipenv install --dev --requirements" - - "pipenv install --dev" # command to run tests script: - - pipenv run pytest test_pipenv.py \ No newline at end of file + - pipenv run pytest test_pipenv.py