Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherbjorn committed Feb 9, 2021
1 parent 4bad2ba commit f8db0c7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .gitlab-ci.yml
Expand Up @@ -3,22 +3,15 @@ include:
- project: 'norsktest/dktools'
file: '/ci-templates/dkbuild.yml'

py27:
extends: .testpackage
script:
- dk testpackage --ci --tag=py27

py35:
extends: .testpackage
image: thebjorn/dktestpackage3:latest
after_script: []
script:
- dk testpackage --ci --tag=py35

coverage:
dependencies:
- py27
- py35

wheel:
dependencies:
- py27
- py35

0 comments on commit f8db0c7

Please sign in to comment.