Skip to content

Commit

Permalink
Merge pull request #14 from dhhagan/dev
Browse files Browse the repository at this point in the history
fix travis
  • Loading branch information
dhhagan authored Dec 24, 2016
2 parents 11959b4 + a02742b commit d6160bd
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev

before_script: # configure a headless display to test plot generation
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start

before_install:
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib

install:
- "pip install requests"
- "pip install coverage"
- "pip install coveralls"
- "pip install pandas"
- "pip install seaborn"

script:
- "coverage run --source=openaq setup.py test"
Expand Down

0 comments on commit d6160bd

Please sign in to comment.