Skip to content

Commit dcc35af

Browse files
committed
Travis: Add python3 setuptools to install
1 parent dbe5104 commit dcc35af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
- wget https://launchpad.net/awkwardduet/1.1/1.1a4/+download/awkwardduet-1.1a4.tar.gz
1111
- tar -xzvf awkwardduet-1.1a4.tar.gz
1212
- cd awkwardduet-1.1a4
13-
- sudo apt-get install python3
13+
- sudo apt-get install python3 python3-setuptools
1414
- sudo python3 setup.py install
1515
- cd ..
1616
- ./convert_to_py2.sh

0 commit comments

Comments
 (0)