Browse Source

Use version from python

test_fixup
Clifton Barnes 5 years ago
parent
commit
d37e6b06b5
No known key found for this signature in database GPG Key ID: 4D011A1BC4B239D7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -8,7 +8,7 @@ jobs:
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq libarchive-dev - sudo apt-get install -qq libarchive-dev
- pyenv shell $TRAVIS_PYTHON_VERSION
- pyenv shell $(python -c 'import platform; print(platform.python_version())')
install: install:
- make build - make build
script: script:


Loading…
Cancel
Save