Skip to content

Commit

Permalink
Fix spur test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Nov 30, 2016
1 parent 51f581e commit 800b473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def extra_dependencies():
extras["test"].append("unittest2")

if platform.python_implementation() == "CPython":
deps.append("spur")
extras["test"].append("spur")

return extras

Expand Down

0 comments on commit 800b473

Please sign in to comment.