Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Seminar-HFO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
Seminar-HFO
Commits
e4d74cd7
Commit
e4d74cd7
authored
Jul 07, 2017
by
drallensmith
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into add_preprocess_action - avoid rebase
parents
d0cd2315
8f9b158f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
.travis.yml
.travis.yml
+4
-2
__init__.py
__init__.py
+5
-1
No files found.
.travis.yml
View file @
e4d74cd7
...
...
@@ -14,14 +14,16 @@ install:
brew install cartr/qt4/qt
;
fi
-
sudo pip install nose numpy
-
sudo
-H
pip install nose numpy
os
:
-
linux
-
osx
compiler
:
-
clang
-
gcc
env
:
-
PYTHONPATH="."
script
:
-
mkdir build && cd build
-
cmake -DCMAKE_BUILD_TYPE=RelwithDebInfo .. && make -j4 && make install
-
cd .. &&
nosetests --exe
-
cd .. &&
pip install --user . && nosetests --exe tests/test_basic.py
__init__.py
View file @
e4d74cd7
from
hfo_py.hfo
import
*
try
:
from
hfo_py.hfo
import
*
except
ImportError
:
from
hfo
import
*
import
os
def
get_hfo_path
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment