Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Jan 14, 2019
1 parent eff8a2f commit c3f89c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/cpp/AutoWIG.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import itertools

def controller(asg, library=True, **kwargs):
import pdb
pdb.set_trace()
autowig.controller.plugin = 'default'
asg = autowig.controller(asg, clean=False, **kwargs)
if library:
Expand Down
1 change: 0 additions & 1 deletion travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ osx_image: xcode8.3

env:
- CONDA_RECIPE=etc/conda/libstatiskit_stl-dev
TRAVIS_WAIT=20
- CONDA_RECIPE=etc/conda/libstatiskit_stl
- CONDA_RECIPE=etc/conda/python-statiskit_stl

Expand Down

0 comments on commit c3f89c9

Please sign in to comment.