diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e76cf6cd15e1591c90d5f4a76dc4ce5fc148055..94b90a11186a7c6ef1c11515731b73b64355675a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,14 @@ -test:2.7: - image: python2.7 - script: - - cat requirements.txt | xargs -n 1 pip install - - python setup.py test +# Keeping this commented out until CI is working +# +# test:2.7: +# image: python2.7 +# script: +# - 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 +# test:3.5: +# image: python3.5 +# script: +# - cat requirements.txt | xargs -n 1 pip install +# - python setup.py test