Skip to content

Commit

Permalink
Travis: Try installing regular 3 instead of 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jan 11, 2015
1 parent 09ba7ad commit dbe5104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ install:
- wget https://launchpad.net/awkwardduet/1.1/1.1a4/+download/awkwardduet-1.1a4.tar.gz
- tar -xzvf awkwardduet-1.1a4.tar.gz
- cd awkwardduet-1.1a4
- sudo apt-get install python3.4
- sudo python3.4 setup.py install
- sudo apt-get install python3
- sudo python3 setup.py install
- cd ..
- ./convert_to_py2.sh
- pip install .
Expand Down

0 comments on commit dbe5104

Please sign in to comment.