Skip to content

Commit dbe5104

Browse files
committed
Travis: Try installing regular 3 instead of 3.4
1 parent 09ba7ad commit dbe5104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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.4
14-
- sudo python3.4 setup.py install
13+
- sudo apt-get install python3
14+
- sudo python3 setup.py install
1515
- cd ..
1616
- ./convert_to_py2.sh
1717
- pip install .

0 commit comments

Comments
 (0)