wip
This commit is contained in:
+1
-1
@@ -6,5 +6,5 @@ pypi:
|
||||
stage: deploy
|
||||
test:
|
||||
image: yourlabs/python
|
||||
script: pip install -U . && py.test -svv tests
|
||||
script: pip install -U .[test] && py.test -svv tests
|
||||
stage: test
|
||||
|
||||
@@ -10,6 +10,7 @@ setup(
|
||||
test=[
|
||||
'pytest',
|
||||
'pytest-cov',
|
||||
'pytest-asyncio',
|
||||
],
|
||||
),
|
||||
author='James Pic',
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ gitlabci = GitLabCIConfig(
|
||||
Job('test',
|
||||
stage='test',
|
||||
image='yourlabs/python',
|
||||
script='pip install -U . && py.test -svv tests',
|
||||
script='pip install -U .[test] && py.test -svv tests',
|
||||
),
|
||||
Job('pypi',
|
||||
stage='deploy',
|
||||
|
||||
Reference in New Issue
Block a user