move tests
renamed: .hgignore -> .gitignore new file: .gitlab-ci.yml new file: Makefile new file: miniuri/tests/__init__.py renamed: test_miniuri.py -> miniuri/tests/test_miniuri.py new file: requirements-test.txt modified: setup.py
This commit is contained in:
parent
9b4016da47
commit
143127cf7a
7 changed files with 36 additions and 7 deletions
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
stages:
|
||||
- test
|
||||
#- build
|
||||
#- deploy
|
||||
|
||||
test:
|
||||
stage: test
|
||||
tags: ["build"]
|
||||
script: make test
|
||||
artifacts:
|
||||
paths:
|
||||
- env.vanilla
|
||||
expire_in: 1 hour
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue