Skip to content
Snippets Groups Projects
Commit ca71018f authored by Daniel Brown's avatar Daniel Brown
Browse files

trying to fix env variables in testing

parent 2b770942
No related branches found
No related tags found
No related merge requests found
before_script:
- export CWD=$(pwd)
- export PYTHONPATH=$PYTHONPATH:$CWD
- source /etc/environment # Why this doesn't happen automatically I don't know...
# - cd /finesse
# - rm kat
# - git reset --hard
......@@ -14,6 +13,7 @@ before_script:
python_3:
script:
- source /setup.sh
- kat -v
- which python3
- python3 --version
......@@ -22,6 +22,7 @@ python_3:
python_2:
script:
- source /setup.sh
- kat -v
- which python2.7
- python2.7 --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment