From f611c16b57bfe27b596b43e1e81810deaae73fc5 Mon Sep 17 00:00:00 2001 From: Dan Funk Date: Wed, 5 Feb 2020 15:26:08 -0500 Subject: [PATCH] Another fix to travis config. --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e2fc01a3..6d13def5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,9 @@ services: - postgresql python: - - "3.6" - "3.7" - - "3.8" -before_script: +before_install: - cp config/travis-testing.py config/testing.py - psql -c 'create database crc_test;' -U postgres @@ -16,6 +14,3 @@ install: - pip install pipenv pytest - pipenv install - pytest # <== This runs in Pipenv (a/k/a virtualenv) -# command to run tests -script: - - pytest \ No newline at end of file