Skip to content

Commit

Permalink
Update travis to newer build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Piper committed Jul 23, 2016
1 parent af6c8e9 commit b9bce9e
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
sudo: false
language: python
python:
- 2.6
- 2.7
- 3.3
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
addons:
apt:
packages:
- libopenblas-dev
- liblapack-dev
- libatlas-dev
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libopenblas-dev liblapack-dev libatlas-dev
- pip install numpy
- pip install coveralls
install:
- python setup.py install
- travis_retry python setup.py install
script:
- coverage run --source=pyDNase setup.py test
after_success:
Expand Down

0 comments on commit b9bce9e

Please sign in to comment.