travis: remove python3

This commit is contained in:
Sebastien Binet 2017-08-08 10:18:22 +02:00
parent 3fe2851d10
commit f4c09c97bf
1 changed files with 1 additions and 2 deletions

View File

@ -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