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: ...@@ -45,6 +45,7 @@ push_to_github:
build: &build build: &build
<<: *pyenv <<: *pyenv
<<: *qt5
stage: build stage: build
script: script:
- pip install -r requirements.txt - pip install -r requirements.txt
...@@ -54,6 +55,7 @@ build: &build ...@@ -54,6 +55,7 @@ build: &build
- py.test - py.test
test: test:
<<: *pyenv <<: *pyenv
<<: *qt5
stage: test stage: test
script: script:
- pip install coveralls - pip install coveralls
...@@ -64,6 +66,7 @@ test: ...@@ -64,6 +66,7 @@ test:
releases: releases:
<<: *pyenv <<: *pyenv
<<: *qt5
stage: release stage: release
when: manual when: manual
script: script:
......
  • inso @Insoleet

    mentioned in commit 84944ad8

    ·

    mentioned in commit 84944ad8

    Toggle commit list
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