Skip to content
Snippets Groups Projects
Commit cd3e2688 authored by inso's avatar inso
Browse files

qt5 env

parent c2cf6fc6
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ push_to_github:
build: &build
<<: *pyenv
<<: *qt5
stage: build
script:
- pip install -r requirements.txt
......@@ -54,6 +55,7 @@ build: &build
- py.test
test:
<<: *pyenv
<<: *qt5
stage: test
script:
- pip install coveralls
......@@ -64,6 +66,7 @@ test:
releases:
<<: *pyenv
<<: *qt5
stage: release
when: manual
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment