Skip to content

Commit

Permalink
Add some extra packages in travis-ci test config
Browse files Browse the repository at this point in the history
  • Loading branch information
hagberg committed Jul 20, 2013
1 parent 39e45a2 commit da62445
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,11 @@ python:
- "3.2"
- "3.3"
- "pypy"
before_install:
- pip install numpy
- pip install scipy
- pip install pydot
- pip install yaml
# command to install dependencies
# install: "pip install"
# command to run tests
Expand Down

0 comments on commit da62445

Please sign in to comment.