mirror of https://github.com/go-python/gopy.git
travis: remove python3
This commit is contained in:
parent
3fe2851d10
commit
f4c09c97bf
|
@ -10,9 +10,8 @@ go:
|
|||
sudo: required
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install libffi-dev python3 python3-pip
|
||||
- sudo apt-get install libffi-dev
|
||||
- pip install cffi
|
||||
- pip3 install cffi
|
||||
- export PATH=$HOME/gopath/bin:$PATH
|
||||
# temporary workaround for go-python/gopy#83
|
||||
- export GODEBUG=cgocheck=0
|
||||
|
|
Loading…
Reference in New Issue