Skip to content

Commit

Permalink
Merge v1.0.0-beta.4 features
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Feb 11, 2017
2 parents c6be01f + b7e00a4 commit 06142f8
Show file tree
Hide file tree
Showing 28 changed files with 568 additions and 657 deletions.
95 changes: 0 additions & 95 deletions .pbuilderrc

This file was deleted.

15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
language: python
os: linux
env:
- DIST=precise
- DIST=trusty
- DIST=xenial

python:
- "2.7_with_system_site_packages"

Expand All @@ -13,21 +19,16 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sudo apt-get update -qq
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-mpltoolkits.basemap

install:
- pip install -r requirements.txt
- sudo python setup.py build
- sudo python setup.py install

script:
- pip install coveralls pep8
- nosetests -v --with-coverage --cover-erase --cover-package=verif
- verif examples/raw.txt examples/kf.txt -m mae -f test.png

after_success:
- coveralls

env:
- DIST=precise

os: linux
Loading

0 comments on commit 06142f8

Please sign in to comment.