1 # Official language image. Look for the different tagged releases at:
2 # https://hub.docker.com/r/library/python/
6 #XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"
7 PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache"
20 - pip install pytest-cov requests
21 - py.test -q --cov=sima tests
22 - python setup.py test
23 # build wheel and source
24 - python setup.py bdist_wheel sdist
26 - pip install dist/*.whl
47 name: "$CI_PROJECT_NAME-$CI_COMMIT_TAG"