From 1230b894fef057ccbdb20128707a57ef5cdd00a3 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Mon, 7 Jul 2014 14:03:42 -0400 Subject: Update travis configuration to use make test --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a78e828..1949963 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,11 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" + - "pypy" -# command to install dependencies install: - - "pip install . --use-mirrors" + - "pip install --editable ." -# command to run tests script: - - "python test_dotfiles.py" + - "make test" -- cgit v1.2.3