Browse Source

Specify exact python version

test_fixup
Clifton Barnes 5 years ago
parent
commit
bf44649ce8
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

@@ -4,7 +4,7 @@ jobs:
- python: "2.7"
env: PYVER=2.7
- python: "3.6"
env: PYVER=3.6
env: PYVER=3.6.7
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libarchive-dev


Loading…
Cancel
Save