From 27394535ece8ed8852f41af6beba6e2eb1e2e764 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 13 Apr 2018 21:25:03 -0700 Subject: [PATCH] Use new make target for travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 81bcc61..8a9def1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ before_install: - sudo apt-get install -qq python3.4 python3-pip python3.4-venv install: - python3 -m venv env + # travis had an issue... - ./env/bin/pip install -U setuptools - - ./env/bin/pip install tox + - make test-env script: - make test