Rearrange travis yaml file

This commit is contained in:
Jesse Mullan
2014-11-01 17:56:56 -07:00
parent 6952505368
commit 2ea34d4b97
+2 -2
View File
@@ -12,9 +12,9 @@ install:
- pip install pylint - pip install pylint
- pip install pyflakes - pip install pyflakes
- pip install pep8 - pip install pep8
before_script: - pip install nosetests
script:
- pep8 headphones - pep8 headphones
- pylint headphones - pylint headphones
- pyflakes headphones - pyflakes headphones
script:
- nosetests headphones - nosetests headphones