Verified Commit 138ffcd7 authored by Daniel Williams's avatar Daniel Williams
Browse files

More CI work.

parent 5abd4ee0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ stages:
test:
  stage: test
  script:
    - python setup.py install
    - python setup.py test
  # As a temporary measure
  allow_failure: true