Merge branch 'daven/0.0.0' into 'master'
Update .gitlab-ci.yml See merge request chaintool/chainqueue!4
This commit is contained in:
commit
7d2bbc821e
@ -31,7 +31,12 @@ tests:
|
||||
- python -m pip install --extra-index-url https://gitlab.com/api/v4/projects/27624814/packages/pypi/simple --extra-index-url https://pip.grassrootseconomics.net:8433 install -r requirements.txt -r test_requirements.txt
|
||||
- python -m pip freeze
|
||||
- ls
|
||||
- export PYTHONPATH=.
|
||||
- >
|
||||
if [ -z $PYTHONPATH ]; then
|
||||
export PYTHONPATH=.
|
||||
else
|
||||
export PYTHONPATH=$PYTHONPATH:.
|
||||
fi
|
||||
- PYTHONPATH=. bash run_tests.sh
|
||||
|
||||
only:
|
||||
|
Loading…
Reference in New Issue
Block a user