Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
update template ... pin pywps 4.2 (#29)
Browse files Browse the repository at this point in the history
* update template ... pin pywps 4.2

* pin python 3.7
  • Loading branch information
cehbrecht authored Jan 14, 2020
1 parent d4abb26 commit 5abd928
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

Please read the Birdhouse [Contributer Guide](http://birdhouse.readthedocs.io/en/latest/contributing.html)
and the [Cookiecutter Documentation](http://c4cds-wps.readthedocs.io/en/latest/) to get started.
Please read the Birdhouse [Developer Guide](https://birdhouse.readthedocs.io/en/latest/dev_guide.html)
and the [c4cds-wps Documentation](http://c4cds-wps.readthedocs.io/en/latest/) to get started.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ install:
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda install setuptools
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
Expand Down
7 changes: 4 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ channels:
- conda-forge
dependencies:
- pip
- python=3.7
# pywps
#- pywps=4.2
- pywps=4.2
- jinja2
- click
- psutil
Expand All @@ -22,5 +23,5 @@ dependencies:
# tests
- pytest
- flake8
- pip:
- -e git+https://github.com/geopython/pywps@master#egg=pywps
#- pip:
# - -e git+https://github.com/geopython/pywps@master#egg=pywps
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pywps>=4.2.0
pywps>=4.2.0<4.3
jinja2
click
psutil

0 comments on commit 5abd928

Please sign in to comment.