Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/scivision/themisasi
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jun 17, 2019
2 parents 3a2b426 + 0a63715 commit 7016ada
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ init:
- cmd: set PATH=%PY_DIR%;%PY_DIR%\Scripts;%PATH%

install:
- pip install -e .[tests]
- pip install -r requirements.txt
- pip install -e .[tests]

test_script: pytest -rsv

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ matrix:
- os: linux
python: 3.7
install:
- pip install -e .[tests,cov]
- pip install -r requirements.txt
- pip install -e .[tests,cov]
script:
- flake8
- mypy .
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ scripts =
install_requires =
numpy>=1.13
xarray
requests
aiohttp-requests
python-dateutil
scipy>=0.17
Expand Down

0 comments on commit 7016ada

Please sign in to comment.