Verified Commit 8df58ca7 authored by Daniel Williams's avatar Daniel Williams
Browse files

Maybe this will be the one which gets the ci to at least run the tests.

parent 138ffcd7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@ stages:
test:
  stage: test
  script:
    - export PYTHONPATH=/usr/local/lib64/python2.7/site-packages:/usr/local/lib/python2.7/site-packages:
    - pip install pandas numpy
    - python setup.py install
    - python setup.py test
  # As a temporary measure