File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,9 @@ before_install:
25
25
install :
26
26
# We just set up a conda environment with the right Python version. This
27
27
# should not need changing.
28
- - conda create --yes --channel=conda-forge --name=test python=$TRAVIS_PYTHON_VERSION gridgen fiona geopandas scipy matplotlib ipywidgets pytest pytest-mpl pytest-cov pytest-pep8 coverage docopt requests pyyaml
28
+ - conda create --yes --channel=conda-forge --name=test python=$TRAVIS_PYTHON_VERSION gridgen fiona geopandas scipy matplotlib ipywidgets pytest pytest-mpl pytest-cov pytest-pep8 coverage docopt requests pyyaml pygridgen
29
29
- source activate test
30
30
- pip install codecov
31
- - pip install git+https://github.com/pygridgen/pygridgen.git
32
31
- pip install .
33
32
34
33
script :
Original file line number Diff line number Diff line change @@ -134,8 +134,7 @@ dependencies:
134
134
- py=1.8.0=py_0
135
135
- pycparser=2.19=py37_1
136
136
- pygments=2.4.2=py_0
137
- - pygridgen=0.2.dev0=dev_0
138
- - pygridtools=0.3.1=dev_0
137
+ - pygridgen=0.2.1=py37hc1659b7_0
139
138
- pyopenssl=19.0.0=py37_0
140
139
- pyparsing=2.4.2=py_0
141
140
- pyproj=2.3.1=py37h2fd02e8_0
Original file line number Diff line number Diff line change 4
4
image : latest
5
5
6
6
python :
7
- version : 3.6
7
+ version : 3.7
8
8
pip_install : true
9
9
10
10
conda :
You can’t perform that action at this time.
0 commit comments