Loading .gitlab-ci.yml 0 → 100644 +7 −0 Original line number Diff line number Diff line mac: script: - pyvenv .venv - source .venv/bin/activate && pip install -r requirements.txt - source .venv/bin/activate && nosetests tags: - roberts-laptop Loading
.gitlab-ci.yml 0 → 100644 +7 −0 Original line number Diff line number Diff line mac: script: - pyvenv .venv - source .venv/bin/activate && pip install -r requirements.txt - source .venv/bin/activate && nosetests tags: - roberts-laptop