Skip to content

Commit

Permalink
Merge a3d0e0e into ec94ed0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Dec 4, 2018
2 parents ec94ed0 + a3d0e0e commit 0a5064d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
- python setup.py install

script:
- pytest --cov=spectrum_overload --cov-report term-missing --durations 10 -W error::UserWarning
- pytest --cov=spectrum_overload --cov-report term-missing --durations 10
- coverage xml -i

after_success:
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
astropy==3.0.4
matplotlib==3.0.0
numpy==1.15.2
astropy==3.0.5
matplotlib==3.0.2
numpy==1.15.4
pyastronomy==0.13.0
scipy==1.1.0
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
codacy-coverage==1.3.11
codeclimate-test-reporter==0.2.3
hypothesis==3.74.0
pre-commit==1.11.1
pytest==3.8.1
hypothesis==3.82.1
pre-commit==1.12.0
pytest==4.0.1
pytest-cov==2.6.0
python-coveralls==2.9.1

0 comments on commit 0a5064d

Please sign in to comment.