.gitlab.yml 142 B

12345678
  1. before_script:
  2. - python -V # print the python version, for debugging
  3. - pip install -r requirements.txt
  4. test:
  5. script:
  6. - nose2