diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-01-01 23:57:17 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-01-01 23:57:17 (GMT) |
commit | 603063f20000a4026fea324aa32b0ddd37efa3e4 (patch) | |
tree | e8e77b5eb9c36dd0ec572884ffdc0a6ace24dcd0 | |
parent | 1b975d13c3ae848f1cda830b526d4bcf2bd202f5 (diff) | |
download | SCons-603063f20000a4026fea324aa32b0ddd37efa3e4.zip SCons-603063f20000a4026fea324aa32b0ddd37efa3e4.tar.gz SCons-603063f20000a4026fea324aa32b0ddd37efa3e4.tar.bz2 |
fix typo
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |