Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
extractor
Commits
539f6792
Commit
539f6792
authored
Jan 22, 2019
by
jkvis
Browse files
removed the hidden files
parent
14a34376
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
deleted
100644 → 0
View file @
14a34376
_extractor.so
build/
dist/
description_extractor.egg-info/
extractor/extractor.py
extractor/extractor_wrap.cpp
extractor/extractor_wrap.cxx
extractor/_extractor.so
extractor/*.pyc
extractor/*.o
tests/__pycache__/
.tox/
.travis.yml
deleted
100644 → 0
View file @
14a34376
# Validate this file using http://lint.travis-ci.org/
language
:
python
sudo
:
false
python
:
-
"
2.7"
addons
:
apt_packages
:
swig
before_install
:
pip install pytest
install
:
-
pip install -r requirements.txt
-
python setup.py install
script
:
py.test
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