Skip to content

Commit

Permalink
ci: use python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jan 22, 2019
1 parent 3307dc0 commit 470f10a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ environment:
BINSTAR_TOKEN:
secure: zW96v77uhbDdArc0805i/CDIvVpZvqCJyJ+WgSE1b65nPLO0nGUwmZ9qshUICIba
matrix:
- PYTHON: "C:\\Python36_64"
PYTHON_VERSION: "3.6"
- PYTHON: "C:\\Python37_64"
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "64"
CONDA_PY: "36"
CONDA_PY: "37"

matrix:
fast_finish: true
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ env:
matrix:
- MYCONDAPY=2.7
- MYCONDAPY=3.6
- MYCONDAPY=3.7

####
# EVERYTHING BELOW THIS LINE WILL BE COPIED INTO OTHER YMLs
Expand Down
4 changes: 3 additions & 1 deletion construct.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{% if PY_VERSION[0] == '2' %}
{% set NAME = 'esigen_pymol' %}
{% set THISPYVERSION = '2.7' %}
{% else %}
{% set THISPYVERSION = '3.7' %}
{% set NAME = 'esigen' %}
{% endif %}
name: {{ NAME }}
Expand All @@ -26,7 +28,7 @@ channels:
{% endif %}

specs:
- python {{ PY_VERSION}}*
- python {{ THISPYVERSION }}*
- nomkl [unix]
- esigen

Expand Down

0 comments on commit 470f10a

Please sign in to comment.