Skip to content

Commit 1f87b7b

Browse files
committed
CI: avoid testing with old srreal
conda may install old srreal due to preference for an old boost-all library in the diffpy channel. Force more recent srreal. Fix failed tests for Python 2.7.
1 parent f80927d commit 1f87b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ install:
8989
- $NOMC || source activate testenv
9090
- $NOMC || conda install --yes --use-local --file=/tmp/mypackage.txt
9191
- $NOMC || conda install --yes
92-
diffpy.structure pyobjcryst diffpy.srreal
92+
diffpy.structure pyobjcryst "diffpy.srreal>=1.3.0"
9393
# TODO - always install srfit-sasview when ready for Python 3.
9494
- if $MYUSEMC && [[ "$MYPYTHON_VERSION" == 2.7 ]]; then
9595
conda install --yes srfit-sasview;

0 commit comments

Comments
 (0)