mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2025-12-28 17:38:20 -05:00
Merge branch 'ci-setup' into 'master'
SDK-2520: Configure CI See merge request galaxy-client/galaxy-plugin-api!1
This commit is contained in:
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
image: registry-gitlab.gog.com/galaxy-client/gitlab-ci-tools:latest
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
||||
test_package:
|
||||
stage: test
|
||||
script:
|
||||
- pip install -r requirements.txt
|
||||
- pytest
|
||||
except:
|
||||
- tags
|
||||
@@ -1 +0,0 @@
|
||||
from galaxy.api.plugin import Plugin
|
||||
|
||||
2
pytest.ini
Normal file
2
pytest.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[pytest]
|
||||
addopts = --flakes
|
||||
@@ -1 +1,2 @@
|
||||
pytest==4.2.0
|
||||
pytest-flakes==4.0.0
|
||||
|
||||
Reference in New Issue
Block a user