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

Gitlab-ci.yml file was invalid. I don't think CI is configured, but

fixing it anyway.
parent 8bc789a8
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: python:2.7
test:2.7:
image: python2.7
script:
- cat requirements.txt | xargs -n 1 pip install
- python setup.py test
test:
- cat requirements.txt | xargs -n 1 pip install
- python setup.py test
test:3.5:
image: python3.5
script:
- cat requirements.txt | xargs -n 1 pip install
- python setup.py test
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