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

Disabling CI until it has been set up

parent a3008c33
No related branches found
No related tags found
No related merge requests found
test:2.7: # Keeping this commented out until CI is working
image: python2.7 #
script: # test:2.7:
- cat requirements.txt | xargs -n 1 pip install # image: python2.7
- python setup.py test # script:
# - cat requirements.txt | xargs -n 1 pip install
# - python setup.py test
test:3.5: # test:3.5:
image: python3.5 # image: python3.5
script: # script:
- cat requirements.txt | xargs -n 1 pip install # - cat requirements.txt | xargs -n 1 pip install
- python setup.py test # - 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