Skip to content
Snippets Groups Projects
Commit d032ebe8 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Update the docker image to a custom test suite

parent b5396cca
No related branches found
No related tags found
2 merge requests!217Version 0.3,!216Update the docker image to a custom test suite
Pipeline #32721 passed
......@@ -32,17 +32,10 @@ python-2:
# test example on python 3
python-3:
stage: test
image: continuumio/anaconda3
image: gregoryashton/bilby-test-suite-py3
before_script:
- apt-get update
- apt-get install gcc -y
- apt install -y libgl1-mesa-glx
- pip install -r requirements.txt
- pip install -r optional_requirements.txt
- pip install 'coverage>=4.5'
- pip install coverage-badge
- pip install flake8
- pip install pytest-cov
script:
- python setup.py install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment