We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0db7dda + ceb9ac8 commit 23ab375Copy full SHA for 23ab375
1 file changed
.travis.yml
@@ -6,10 +6,12 @@ python:
6
matrix:
7
include:
8
# 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)
11
- python: 3.4
- env: PANDAS_VERSION_STR="=0.14.0"
12
+ env: PANDAS_VERSION_STR="=0.14.0 libgfortran=1.0"
13
- python: 2.7
14
15
# This disables sudo, but makes builds start much faster
16
# See http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
17
sudo: false
0 commit comments