Fix travis formatting

To use formatting travis command line tool uses
This commit is contained in:
Ben Firshman 2014-01-16 18:49:15 +00:00
parent 15e8c9ffbb
commit 8b77b51c15
1 changed files with 9 additions and 13 deletions

View File

@ -1,19 +1,15 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- '2.6'
- '2.7'
- '3.2'
- '3.3'
matrix:
allow_failures:
- python: "3.2"
- python: "3.3"
- python: '3.2'
- python: '3.3'
install: script/travis-install
script:
- pwd
- env
- sekexe/run "`pwd`/script/travis $TRAVIS_PYTHON_VERSION"
- pwd
- env
- sekexe/run "`pwd`/script/travis $TRAVIS_PYTHON_VERSION"