Skip to content

Commit

Permalink
remove unused python short version envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
opalmer committed Sep 23, 2015
1 parent f76a36c commit 75f757c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -6,10 +6,10 @@ matrix:
- python: 2.7
- language: generic
os: osx
env: PYTHON_VERSION=2.6.9 PYTHON_SHORT_VERSION=2.6
env: PYTHON_VERSION=2.6.9
- language: generic
os: osx
env: PYTHON_VERSION=2.7.10 PYTHON_SHORT_VERSION=2.7
env: PYTHON_VERSION=2.7.10

install:
- ./.travis/install.sh
Expand Down

0 comments on commit 75f757c

Please sign in to comment.