Skip to content

Commit

Permalink
etc
Browse files Browse the repository at this point in the history
  • Loading branch information
OverLordGoldDragon committed Dec 19, 2020
1 parent f7d1da3 commit a65a6be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ before_install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
- export LD_LIBRARY_PATH=$HOME/miniconda/envs/test-environment/lib/:$LD_LIBRARY_PATH
- pip install -r requirements-dev.txt
- conda install numpy
- conda install numba
- pip install quadpy
- pip install -r requirements-dev.txt


script:
- pytest -s
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
setuptools>=41.0.0
twine>=1.15.0
coverage
coveralls
pytest
pytest-cov
pycode
1 change: 1 addition & 0 deletions ssqueezepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"""
MIT License
===========
Some ssqueezepy source files under other terms (see NOTICE.txt).
Copyright (c) 2020 OverLordGoldDragon
Expand Down

0 comments on commit a65a6be

Please sign in to comment.