Skip to content

Commit

Permalink
fixup! Fix travis CI builds for PY3
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Apr 5, 2016
1 parent e7d62c2 commit 08da214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
- BERKELEYDB_LIBDIR=/usr/lib/x86_64-linux-gnu BERKELEYDB_INCDIR=/usr/include

before_install:
- sed -i '/plugin_directory/d' /etc/boto.cfg
- sudo sed -i '/plugin_directory/d' /etc/boto.cfg
- ssh-keygen -t rsa -C your_email@youremail.com -P '' -f ~/.ssh/id_rsa
- cat /home/travis/.ssh/id_rsa.pub >> /home/travis/.ssh/authorized_keys
- ln -s /home/travis/.ssh/authorized_keys /home/travis/.ssh/authorized_keys2
Expand Down

0 comments on commit 08da214

Please sign in to comment.