Skip to content

Commit

Permalink
Merge pull request #62 from materialsproject/refactor
Browse files Browse the repository at this point in the history
Massive refactoring to get ready for v1.0
  • Loading branch information
shyamd authored Dec 28, 2019
2 parents da15282 + cb3e181 commit e8311c7
Show file tree
Hide file tree
Showing 56 changed files with 4,205 additions and 4,178 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[run]
omit = *test*
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ ENV/

.idea
.DS_Store
.vscode
.pytest_cache
8 changes: 3 additions & 5 deletions .travis.yml
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
Expand All @@ -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:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e8311c7

Please sign in to comment.