-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding getdist args * Updated travis * Travis still failing * Removing broken image_comparison for now * Added as kwargs * Back to 100% coverage by resetting cache * Bumped version number now tests are passing
- Loading branch information
1 parent
a167906
commit e8d0937
Showing
6 changed files
with
66 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
language: python | ||
python: | ||
- "2.7" | ||
- "3.4" | ||
- "3.5" | ||
- "3.6" | ||
- "3.7" | ||
- "3.8" | ||
env: | ||
- REQUIREMENTS=minimal_requirements.txt | ||
- REQUIREMENTS=requirements.txt | ||
install: | ||
- pip install -r $REQUIREMENTS | ||
- pip install pytest pytest-cov codecov | ||
- pip install --upgrade pytest | ||
- pip install pytest-cov codecov | ||
before_script: | ||
- "export MPLBACKEND=Agg" | ||
script: | ||
- pytest --cov=fgivenx | ||
- python -m pytest --cov=fgivenx | ||
after_success: | ||
- codecov | ||
- bash <(curl -s https://codecov.io/bash) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters