Author: Steffen Möller
Last-Update: 2020-12-13 00:36:37 +0100
Description: use Python3

Index: q2-fragment-insertion/Makefile
===================================================================
--- q2-fragment-insertion.orig/Makefile
+++ q2-fragment-insertion/Makefile
@@ -7,10 +7,10 @@ lint:
 	flake8
 
 test: all
-	py.test
+	py.test-3
 
 install: all
-	python setup.py install
+	python3 setup.py install
 
 dev: all
 	pip install -e .
