1 # Official language image. Look for the different tagged releases at:
2 # https://hub.docker.com/_/python
6 - local: .gitlab/gitlab-templates.yml
7 - local: .gitlab/pylint.yml
10 #XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"
11 PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache"
24 - pip install pytest-cov requests
25 - py.test -q --cov=sima tests
26 - python setup.py test
27 # build wheel and source
28 - python setup.py bdist_wheel sdist
30 - pip install dist/*.whl
43 # test virtualenv install
44 - python3 ./vinstall.py
61 name: "$CI_PROJECT_NAME-$CI_COMMIT_TAG"