Skip to content

Commit 7c7f122

Browse files
committed
DEV: pin pycifrw to 4.2.1 in Linux travis test.
Avoid SyntaxError that happens for PyCifRW 4.3 with Python 2.7.3. TODO: revert after next working release of PyCifRW.
1 parent a0c6a67 commit 7c7f122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ install:
8080
- $NOMC || conda install --yes --use-local --file=/tmp/mypackage.txt
8181

8282
- $NOAPT || pip install $MYPIPFLAGS coverage
83+
- $NOAPT || pip install $MYPIPFLAGS "pycifrw==4.2.1"
8384
- $NOAPT || easy_install --user "${MYTARBUNDLE}"
8485

8586
# We need to capitalize MYNAME to match Python module name.

0 commit comments

Comments
 (0)