From 6f29c96e614517ce8afcce8831409d25f94832e4 Mon Sep 17 00:00:00 2001 From: William Pietri Date: Tue, 31 Oct 2017 11:18:09 -0700 Subject: [PATCH] require python 3; make command more commanding --- Pipfile | 2 ++ sucks.sh => sucks | 0 2 files changed, 2 insertions(+) rename sucks.sh => sucks (100%) diff --git a/Pipfile b/Pipfile index 73e3495..7892dc1 100644 --- a/Pipfile +++ b/Pipfile @@ -4,6 +4,8 @@ url = "https://pypi.python.org/simple" verify_ssl = true name = "pypi" +[requires] +python_version = '3' [dev-packages] diff --git a/sucks.sh b/sucks similarity index 100% rename from sucks.sh rename to sucks