-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from materialsproject/refactor
Massive refactoring to get ready for v1.0
- Loading branch information
Showing
56 changed files
with
4,205 additions
and
4,178 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[run] | ||
omit = *test* |
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 |
---|---|---|
|
@@ -110,3 +110,5 @@ ENV/ | |
|
||
.idea | ||
.DS_Store | ||
.vscode | ||
.pytest_cache |
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,7 +1,7 @@ | ||
language: python | ||
cache: pip | ||
python: | ||
- "3.6" | ||
- "3.7" | ||
install: | ||
- ./install-mpi.sh openmpi | ||
- pip install -r requirements.txt | ||
|
@@ -28,16 +28,14 @@ before_script: | |
--noauth --bind_ip_all --fork | ||
- cd - | ||
script: | ||
- mpiexec -n 2 python $PWD/maggma/tests/mpi_test.py | ||
- nosetests --nocapture --with-coverage --cover-package=maggma | ||
# - mpiexec -n 2 python $PWD/maggma/tests/mpi_test.py | ||
- pytest --cov=maggma | ||
after_success: | ||
- coveralls | ||
notifications: | ||
email: | ||
recipients: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
on_success: change | ||
on_failure: always | ||
deploy: | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.