Skip to content

Commit

Permalink
Pin twilio to version 3.6.8
Browse files Browse the repository at this point in the history
Newer versions fail on Python 3.
  • Loading branch information
Bouke committed Dec 11, 2014
1 parent 5a3ab05 commit ab133ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -45,7 +45,7 @@ install:
else
pip install https://www.djangoproject.com/download/$DJANGO/tarball/;
fi;
pip install twilio qrcode;
pip install twilio==3.6.8 qrcode;
pip install -e .;
fi;
- if [[ $COVERAGE == "YES" ]]; then pip install coveralls; fi;
Expand Down

0 comments on commit ab133ef

Please sign in to comment.