Commit 18400d62 authored by French, Robert's avatar French, Robert
Browse files

Add pipeline definition

parent 648d53d6
Loading
Loading
Loading
Loading
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