Commit cae5a35c authored by Dom Sekotill's avatar Dom Sekotill
Browse files

added 'requests[security]' to pip install in .gitlab-ci.yml

Hopefully should fix a bug of some sort in python < 2.7.9
parent 82cbdef0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ test-27:
    script:
        - virtualenv --python=python2.7 runner-ve
        - . runner-ve/bin/activate
        - pip install --upgrade pip setuptools
        - pip install --upgrade pip setuptools requests[security]
        - pip2 install -r requirements-27.txt
        - python2.7 setup.py test