Skip to content

Commit

Permalink
modified travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alafaye committed Jul 3, 2015
1 parent f132b0e commit 4b47521
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python:
# - "pypy" fails to install numpy

before_install:
- sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran
- sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran python-matplotlib python3-matplotlib

install:
# Backport of new unittest features for Python 2.6.
Expand Down
3 changes: 0 additions & 3 deletions pygsp/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ def test_symetrize(W, ans):
# def test_tree_depths(A, root):
# # mat_answser = None
# self.assertEqual(mat_answser, utils.tree_depths(A, root))
c=0
for t in test_graphs:
print(c)
c+=1
test_is_directed(t['G'], t['rep'])
test_estimate_lmax(t['G'])
test_check_weights(t['G'], t['rep']['weight_check'])
Expand Down

0 comments on commit 4b47521

Please sign in to comment.