From 657445fbb6bec1185d3e7ceaa565c50a52d58d3f Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 28 Oct 2018 18:14:18 -0700 Subject: [PATCH] Fix travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a3a7e33e..0f57d61d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,6 +57,7 @@ before_install: | install: - pip3 install pycparser # py3.7 workaround for https://github.com/eliben/pycparser/issues/251 +- pip3 install . - pip3 install -r test_requirements.txt script: