Skip to content

Commit 335287f

Browse files
committed
Fixes Travis failure issue
1 parent 0e6d8a9 commit 335287f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ install:
4242
- cmake --build .
4343

4444
before_script:
45+
- mkdir pymoos && cp pymoos.so pymoos/
46+
- cp ../__init__.py pymoos/
4547
- export PYTHONPATH=$PWD
4648

4749
script:

0 commit comments

Comments
 (0)