Skip to content

Commit

Permalink
Setup Travis to test on the Ubuntu 12.04 python package versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Oct 6, 2014
1 parent eefcd5f commit 9dfbf63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,9 +1,11 @@
language: python
python:
- "2.7"
# Make sure the Ubuntu 12.04 system packages are installed for the tests.
virtualenv:
system_site_packages: true
before_install:
- pip uninstall -y numpy
- sudo apt-get install -y -qq python-setuptools python-numpy python-scipy python-matplotlib python-nose python-coverage
- pip freeze
install:
Expand Down

0 comments on commit 9dfbf63

Please sign in to comment.