Skip to content

Commit f4c09c9

Browse files
committed
travis: remove python3
1 parent 3fe2851 commit f4c09c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ go:
1010
sudo: required
1111

1212
before_install:
13-
- sudo apt-get install libffi-dev python3 python3-pip
13+
- sudo apt-get install libffi-dev
1414
- pip install cffi
15-
- pip3 install cffi
1615
- export PATH=$HOME/gopath/bin:$PATH
1716
# temporary workaround for go-python/gopy#83
1817
- export GODEBUG=cgocheck=0

0 commit comments

Comments
 (0)