Commit c59cd821 authored by Hiro's avatar Hiro 🏄
Browse files

Edit CI

parent 4efc3902
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,10 +30,12 @@ before_script:
  - pip install -r requirements.txt

test:
  stage: test
  script:
    - nosetests -s onionperf/tests/

pages:
  stage: deploy
  script:
    - pip install sphinx sphinx-rtd-theme
    - cd docs