From 9b913a9d2ffb276a12d320cb84ceaf0fa61775e7 Mon Sep 17 00:00:00 2001 From: jason kirtland Date: Tue, 29 Aug 2017 11:35:06 -0700 Subject: Fix: Move travis install stanza --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3005f7b..d426e57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,7 @@ python: - "pypy" - "pypy3" +install: + - python setup.py install + script: pytest -- cgit v1.2.1