Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Oct 19, 2019
1 parent ca49d4c commit 852a439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ before_install:
- echo SETUP VIRTUALENV
- export WORKON_HOME=$HOME/.virtualenvs
- export PROJECT_HOME=$HOME/Devel
- export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3
- export VIRTUALENVWRAPPER_VIRTUALENV=/usr/local/bin/virtualenv
- export VIRTUALENVWRAPPER_PYTHON=/opt/pyenv/shims/python3
- export VIRTUALENVWRAPPER_VIRTUALENV=/opt/pyenv/shims/virtualenv
- source /opt/pyenv/shims/virtualenvwrapper.sh
- echo EXPORT GPG DETAILS
- echo TRAVIS_BRANCH=$TRAVIS_BRANCH
Expand Down

0 comments on commit 852a439

Please sign in to comment.