Skip to content

Commit

Permalink
Fix missing snippy dependency and Travis CI
Browse files Browse the repository at this point in the history
The plugin now imports Constants from snippy project. The
Snippy tool itself is now a dependency for the plugin.

Signed-off-by: Heikki Laaksonen <laaksonen.heikki.j@gmail.com>
  • Loading branch information
heilaaks committed Jun 16, 2019
1 parent 1245d57 commit 8a398e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
with io.open("README.rst", mode="r", encoding="utf-8") as infile:
README = infile.read()

REQUIRES = "requests"
REQUIRES = (
"requests",
"snippy==0.10.0"
)

EXTRAS_DEVEL = (
"black",
Expand Down

0 comments on commit 8a398e6

Please sign in to comment.