Skip to content
Snippets Groups Projects

Update code to run under Python3 + Conda packaging

Closed Maeva Pourpoint requested to merge conda_package into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -7,7 +7,7 @@ source:
@@ -7,7 +7,7 @@ source:
build:
build:
noarch: python
noarch: python
number: 0
number: 1
script: {{ PYTHON }} -m pip install . --no-deps -vv
script: {{ PYTHON }} -m pip install . --no-deps -vv
requirements:
requirements:
Loading