From b8cf3ac51ab91a15abfd6f33a22bce42ed1e9355 Mon Sep 17 00:00:00 2001 From: PatrickOHara Date: Thu, 7 Jan 2021 18:28:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20tspwplib=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d8d2e93..9487c6e 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py36,py37,py38,pypy3,flake8 [testenv] deps = pytest>=3.0 - tspwplib@git+https://github.com/PatrickOHara/tspwplib.git#egg=tspwplib>=0.0.0 + tspwplib@git+https://github.com/PatrickOHara/tspwplib.git#egg=tspwplib>=0.1.0 commands = pytest {posargs:tests} [testenv:flake8]