Skip to content

Commit dd6b3ba

Browse files
committed
Merge branch 'master' of https://github.com/pydata/patsy
2 parents e81aa47 + 23ab375 commit dd6b3ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ python:
66
matrix:
77
include:
88
# 0.14.0 is the last version with the old categorical system
9+
# libfortran=1.0 is needed to work around a bug in anaconda
10+
# (https://github.com/pydata/patsy/pull/83#issuecomment-206895923)
911
- python: 3.4
10-
env: PANDAS_VERSION_STR="=0.14.0"
12+
env: PANDAS_VERSION_STR="=0.14.0 libgfortran=1.0"
1113
- python: 2.7
12-
env: PANDAS_VERSION_STR="=0.14.0"
14+
env: PANDAS_VERSION_STR="=0.14.0 libgfortran=1.0"
1315
# This disables sudo, but makes builds start much faster
1416
# See http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
1517
sudo: false

0 commit comments

Comments
 (0)