Skip to content

Commit

Permalink
wrapup build system update
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jun 11, 2019
1 parent 7a478e0 commit 163d7c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ install:

test_script: pytest -rsv

artifacts:
- path: lowtran7.cp37-win_amd64.pyd
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ matrix:
after_success:
- pytest --cov
- coveralls
- os: osx
language: minimal
before_install: brew install gcc > /dev/null
install: pip3 install -e .[tests]
# - os: osx
# language: minimal
# before_install: brew install gcc > /dev/null
# install: pip3 install -e .[tests]
# - os: windows
# language: minimal
# before_install:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = lowtran
version = 2.4.0
version = 2.4.1
author = Michael Hirsch, Ph.D.
author_email = [email protected]
description = Model of Earth atmosphere absorption and transmission vs. wavelength and location.
Expand Down

0 comments on commit 163d7c0

Please sign in to comment.