From 603063f20000a4026fea324aa32b0ddd37efa3e4 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Wed, 1 Jan 2020 15:57:17 -0800 Subject: fix typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a988b19..0c1c51f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,7 +107,7 @@ jobs: # attempt to get a location where we can store the usercustomize.py file - python -m site # - export PYSITEDIR=$(python -m site --user-site) - - export PYSITEDIR=$(python -c "import sys; print(sys.path[-1])) + - export PYSITEDIR=$(python -c "import sys; print(sys.path[-1])") - mkdir -p $PYSITEDIR - export COVERAGE_FILE=$PWD/.coverage # write the usercustomize.py file so all python processes use coverage and know where the config file is -- cgit v0.12