From 0042878fc705379c30450ee09e92b4f1aa6191d6 Mon Sep 17 00:00:00 2001 From: Mark Servilla Date: Tue, 2 Mar 2021 12:59:53 -0700 Subject: [PATCH] Remove config.py.template from configuration --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f03460..7eb9953 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,5 @@ script: - python --version - pip freeze - pip check || true - - cp $TRAVIS_BUILD_DIR/src/metapype/config.py.template $TRAVIS_BUILD_DIR/src/metapype/config.py - pytest after_success: