Skip to content

Commit

Permalink
Try to find tests in ALL modules.
Browse files Browse the repository at this point in the history
Former-commit-id: 36ed63a9cc49b827c4d41e55d2fd9c1ebf26e87d [formerly 4c34efc]
Former-commit-id: 0926bfcdfcf63e0fbc55766dc0209eacd57f214b
  • Loading branch information
shyuep committed May 21, 2016
1 parent 2fd2c4b commit 2ab0e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test:
- find . -name "*.pyc" -exec rm '{}' \;
#- python run_circle.py:
# timeout: 720
- nosetests --with-coverage --cover-package=pymatgen --cover-html --cover-html-dir=$CIRCLE_ARTIFACTS:
- nosetests --all-modules --with-coverage --cover-package=pymatgen --cover-html --cover-html-dir=$CIRCLE_ARTIFACTS:
timeout: 720
# Some rudimentary command line tests for pmg
- pmg convert test_files/Li2O.cif POSCAR.pmg
Expand Down
3 changes: 1 addition & 2 deletions run_circle.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
import subprocess
import random
import time
import multiprocessing


run_ratio = 1/10
run_ratio = 1 #1/10

try:
files_changed = []
Expand Down

0 comments on commit 2ab0e97

Please sign in to comment.