File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ install:
26
26
- cmd : sed -i -e s/python=3/python=%PYTHON_VERSION%/ environment.yml
27
27
- cmd : conda env create -q -f environment.yml
28
28
- cmd : activate devel
29
+ - cmd : pip install sphinx_rtd_theme==0.2.5b1.post1 -f https://unidata-python.s3.amazonaws.com/wheelhouse/index.html
29
30
- cmd : python --version
30
31
- cmd : conda list
31
32
- cmd : if %PYTHON_VERSION% == 2.7 conda install -q enum34
@@ -38,9 +39,9 @@ build: off
38
39
test_script :
39
40
- cmd : set TEST_DATA_DIR=%APPVEYOR_BUILD_FOLDER%\\testdata
40
41
- cmd : python setup.py test --addopts "-s --junitxml=tests.xml --flake8 --mpl --cov=metpy"
41
- # - cmd: cd docs
42
- # - cmd: make html
43
- # - cmd: cd ..
42
+ - cmd : cd docs
43
+ - cmd : make html
44
+ - cmd : cd ..
44
45
45
46
on_finish :
46
47
- ps : $wc = New-Object 'System.Net.WebClient'
You can’t perform that action at this time.
0 commit comments