Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python 3.5, 3.6 #3525

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add tox-travis
  • Loading branch information
anandolee committed Aug 18, 2017
commit a5431f1822cb8240ec1b5aa43c7f43eeb00f2165
4 changes: 2 additions & 2 deletions tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ internal_install_python_deps() {
fi
# Install tox (OS X doesn't have pip).
if [ $(uname -s) == "Darwin" ]; then
sudo easy_install tox
sudo easy_install tox tox-travis
else
sudo pip install tox
sudo pip install tox tox-travis
fi
# Only install Python2.6/3.x on Linux.
if [ $(uname -s) == "Linux" ]; then
Expand Down