From 1b01826656fb5010b523ae026048e52f66f01f71 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 12 Dec 2017 16:03:05 +0000 Subject: [PATCH] travis attempt --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f481970..55d1b5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ +language: "python" python: - "3.6" install: - - "pip install pipenv --user" + - "pip install pipenv" - "pipenv install --dev" script: make \ No newline at end of file