Skip to content

Commit

Permalink
Run isort check only on python3
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Feb 15, 2016
1 parent aae3d11 commit 1f86a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:

before_script:
- ./runflake8
- ./runisort
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then ./runisort; fi

# command to run tests, e.g. python setup.py test
script:
Expand Down

0 comments on commit 1f86a07

Please sign in to comment.