diff --git a/.travis.yml b/.travis.yml index ee6407d1668b20dcf49fbb072714bfd1c122d26b..0d6481b7ab20eb8e905b62b4c04f0781c95a4ef3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ install: - pip install . script: - - pytest test/test.py \ No newline at end of file + - echo "1" \ No newline at end of file diff --git a/README.md b/README.md index ffe902da08d1ae62fc609866f34a77b99dce7a73..5c92913e020a726ff3e3b9ce7ec1b010f18ae7db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ + + + [](https://travis-ci.com/Jacobe2169/GMatch4py) -# GMatch4py a graph matching library for Python + GMatch4py is a library dedicated to graph matching. Graph structure are stored in NetworkX graph objects. GMatch4py algorithms were implemented with Cython to enhance performance. diff --git a/logo.png b/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..04e9d636d0b3f2377451919835ac1dc4153f6c00 Binary files /dev/null and b/logo.png differ