Commit 8ac84e09 authored by Stewart Williams's avatar Stewart Williams
Browse files

Modify CI yml for ST3

parent 913a90df
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -12,8 +12,6 @@ cache:
# This can be an array or a multi-line string.
before_script:
  - python -V  # Print out python version for debugging
  - pip install pipenv
  - pipenv install

# The YAML file defines a set of jobs with constraints stating when they should be run.
# You can specify an unlimited number of jobs which are defined as top-level elements with an arbitrary name and always have to contain at least the script clause.
@@ -23,10 +21,9 @@ test:
  tags:
    - docker-machine
  script:
  - pipenv run python setup.py test
  - ls -la
  - mkdir .public
  - cp -r htmlcov/* .public
  - make build
  - make test
  - mv build/* .public
  - mv .public public
  artifacts:
    paths: