Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading