Skip to content

Commit a359f9f

Browse files
committed
add pytables as a travis dep
1 parent 9f5abe5 commit a359f9f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ install:
1515
- cd geppetto-netpyne
1616
- if [ `git branch -a | egrep "remotes/origin/${TRAVIS_BRANCH}"` ]; then git checkout $TRAVIS_BRANCH ; else echo "Branch $TRAVIS_BRANCH does not exist for the dependent bundle, checking out development ..." && git checkout development; fi
1717
- cd ..
18-
- npm install --silent -g phantomjs
19-
- npm install --silent -g casperjs
18+
- npm install --silent -g phantomjs
19+
- npm install --silent -g casperjs
2020
- npm install --silent -g slimerjs
2121
- npm install --silent -g gl
2222
python:
@@ -36,6 +36,7 @@ addons:
3636
- libgl1-mesa-dri
3737
- libglapi-mesa
3838
- libosmesa6
39+
- python-tables
3940
before_script:
4041
- "export DISPLAY=:99.0"
4142
- "sh -e /etc/init.d/xvfb start"

0 commit comments

Comments
 (0)