Skip to content
Snippets Groups Projects
Commit 5178de1e authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Change local docker image names

parent 5307c85f
No related branches found
No related tags found
No related merge requests found
test:2.7: test:2.7:
image: wxpython-python2.7:4.0.0a2 image: fsleyes-py27
script: script:
- cat requirements.txt | xargs -n 1 pip install - cat requirements.txt | xargs -n 1 pip install
- pip install scipy - pip install scipy
- xvfb-run python setup.py test - xvfb-run python setup.py test
- coverage report -m - coverage report -m
test:3.5: test:3.6:
image: wxpython-python3.6:4.0.0a2 image: fsleyes-py36
script: script:
- cat requirements.txt | xargs -n 1 pip install - cat requirements.txt | xargs -n 1 pip install
- pip install scipy - pip install scipy
......
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