Skip to content

Commit

Permalink
Refs fibercrypto#342, fix travis build python issue, OSX can use pyth…
Browse files Browse the repository at this point in the history
…on3 but Linux must not as submodules are build against ptython2
  • Loading branch information
stdevPavelmc committed Dec 14, 2019
1 parent 238eba7 commit d780a67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: c
matrix:
include:
- name: "Linux Ubuntu"
# In linux you must keep the use of python2 ot it will fail
os: linux
env:
- PIP='sudo pip'
Expand All @@ -11,12 +12,13 @@ matrix:
- ubuntu-toolchain-r-test
- name: "MacOS / OSX"
os: osx
env:
- PYTHON=python3

env:
global:
- GOPATH: "$HOME/go"
- APPVEYOR: false
- PYTHON: python3

before_script:
- mkdir -p ~/bin
Expand Down

0 comments on commit d780a67

Please sign in to comment.