Skip to content

Commit e696f20

Browse files
committed
Added test environment for py37
1 parent a6b8a4f commit e696f20

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tests/envs/environment_py3.7_qt5.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: psyplot_gui_py3.7_qt5
2+
channels:
3+
- chilipp
4+
- conda-forge
5+
dependencies:
6+
- python=3.7
7+
- qtconsole
8+
- matplotlib
9+
- xarray
10+
- netCDF4
11+
- pyqt=5
12+
- sphinx
13+
- pip:
14+
- pytest
15+
- pytest-cov
16+
- fasteners
17+
- sphinx_rtd_theme

0 commit comments

Comments
 (0)