Skip to content

Commit

Permalink
Fix travis (python#6486)
Browse files Browse the repository at this point in the history
PR python#6175 broke travis with some bogus indentation.
Fix that.
  • Loading branch information
msullivan authored Feb 27, 2019
1 parent d8202c3 commit 0c7d4c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
script: if [[ ($TRAVIS_BRANCH = "master" || $TRAVIS_BRANCH =~ release-*) && $TRAVIS_PULL_REQUEST = "false" ]]; then ./misc/trigger_wheel_build.sh; fi
- name: "check dev environment builds"
python: 3.7
env:
- TOXENV=dev
- EXTRA_ARGS=
env:
- TOXENV=dev
- EXTRA_ARGS=

install:
- pip install -U pip setuptools
Expand Down

0 comments on commit 0c7d4c2

Please sign in to comment.