File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,5 @@ install:
2222
2323test_script : pytest -rsv
2424
25+ artifacts :
26+ - path : lowtran7.cp37-win_amd64.pyd
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ matrix:
2626 after_success :
2727 - pytest --cov
2828 - coveralls
29- - os : osx
30- language : minimal
31- before_install : brew install gcc > /dev/null
32- install : pip3 install -e .[tests]
29+ # - os: osx
30+ # language: minimal
31+ # before_install: brew install gcc > /dev/null
32+ # install: pip3 install -e .[tests]
3333# - os: windows
3434# language: minimal
3535# before_install:
Original file line number Diff line number Diff line change 11[metadata]
22name = lowtran
3- version = 2.4.0
3+ version = 2.4.1
44author = Michael Hirsch, Ph.D.
5566description = Model of Earth atmosphere absorption and transmission vs. wavelength and location.
You can’t perform that action at this time.
0 commit comments