Skip to content

Commit 163d7c0

Browse files
committed
wrapup build system update
1 parent 7a478e0 commit 163d7c0

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ install:
2222

2323
test_script: pytest -rsv
2424

25+
artifacts:
26+
- path: lowtran7.cp37-win_amd64.pyd

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = lowtran
3-
version = 2.4.0
3+
version = 2.4.1
44
author = Michael Hirsch, Ph.D.
55
author_email = [email protected]
66
description = Model of Earth atmosphere absorption and transmission vs. wavelength and location.

0 commit comments

Comments
 (0)