Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Laros
dict-trie
Commits
85106e6e
Commit
85106e6e
authored
Jun 20, 2018
by
Laros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Travis config.
parent
c796d997
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
.travis.yml
.travis.yml
+6
-0
README.rst
README.rst
+3
-0
tox.ini
tox.ini
+6
-0
No files found.
.travis.yml
0 → 100644
View file @
85106e6e
language
:
python
python
:
-
"
2.7"
-
"
3.5"
install
:
pip install tox-travis
script
:
tox
README.rst
View file @
85106e6e
Trie implementation using nested dictionaries
Trie implementation using nested dictionaries
=============================================
=============================================
.. image:: https://travis-ci.org/jfjlaros/dict-trie.svg?branch=master
:target: https://travis-ci.org/jfjlaros/dict-trie
This library provides a trie_ implementation using nested dictionaries. Apart
This library provides a trie_ implementation using nested dictionaries. Apart
from the basic operations, a number of functions for *approximate matching* are
from the basic operations, a number of functions for *approximate matching* are
implemented.
implemented.
...
...
tox.ini
0 → 100644
View file @
85106e6e
[tox]
envlist
=
py27,py35
[testenv]
deps
=
pytest
commands
=
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