Skip to content

Commit daedcdf

Browse files
committed
add hypothesis to travis tests
1 parent 9f07f1f commit daedcdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ env:
2525
- SETUP_CMD=""
2626
- COVERALLS=false
2727
- BUILD_CMD="pip install -v package/ && pip install testsuite/"
28-
- CONDA_DEPENDENCIES="mmtf-python nose=1.3.7 mock six biopython networkx cython joblib nose-timer"
29-
- CONDA_ALL_DEPENDENCIES="mmtf-python nose=1.3.7 mock six biopython networkx cython joblib nose-timer matplotlib netcdf4 scikit-learn scipy seaborn coveralls clustalw=2.1"
28+
- CONDA_DEPENDENCIES="mmtf-python nose=1.3.7 mock six biopython networkx cython joblib nose-timer hypothesis"
29+
- CONDA_ALL_DEPENDENCIES="mmtf-python nose=1.3.7 mock six biopython networkx cython joblib nose-timer matplotlib netcdf4 scikit-learn scipy seaborn coveralls clustalw=2.1 hypothesis"
3030
# Install griddataformats from PIP so that scipy is only installed in the full build (#1147)
3131
- PIP_DEPENDENCIES='griddataformats'
3232
- CONDA_CHANNELS='biobuilds conda-forge'

0 commit comments

Comments
 (0)