From 2ea34d4b97bdffa9cc35500672bf0f6d20493400 Mon Sep 17 00:00:00 2001 From: Jesse Mullan Date: Sat, 1 Nov 2014 17:56:56 -0700 Subject: [PATCH] Rearrange travis yaml file --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d01995e7..d2c0318a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,9 @@ install: - pip install pylint - pip install pyflakes - pip install pep8 -before_script: + - pip install nosetests +script: - pep8 headphones - pylint headphones - pyflakes headphones -script: - nosetests headphones