From 463f49b35e430728bafb09ea8b064713cf7f8123 Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Fri, 21 Jul 2017 18:13:50 -0700 Subject: [PATCH] Install pandas from binary See #6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f1e989a7..e4dff6b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: # command to install dependencies install: - pip install --upgrade pip setuptools wheel - - pip install --only-binary=numpy,scipy numpy scipy + - pip install --only-binary=numpy,scipy,pandas numpy scipy,pandas - python setup.py install - python setup.py sdist bdist_wheel # - "pip install -r requirements.txt"