Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lorikeet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
27
Issues
27
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Adam Brenecki
Lorikeet
Commits
890ad230
Commit
890ad230
authored
Aug 01, 2018
by
Adam Brenecki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix CI maybe hopefully
parent
d49ef10b
Pipeline
#26930255
failed with stages
in 4 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tox.ini
tox.ini
+1
-1
No files found.
tox.ini
View file @
890ad230
...
...
@@ -17,7 +17,7 @@ deps=
whitelist_externals
=
sh
skip_install
=
true
commands
=
sh
-c
"rm
dist/*.whl
&&
poetry
build
-f
wheel
&&
pip
install
dist/*.whl"
sh
-c
"rm
-f
dist/*.whl
&&
poetry
build
-f
wheel
&&
pip
install
dist/*.whl"
pytest
{posargs}
passenv
=
STRIPE_API_KEY
[pytest]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment