From 29da5033216e7114114c768c0561d7ccdbdced12 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sat, 17 Jun 2017 11:32:48 +0100 Subject: [PATCH] travis: use certauth<1.2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 716ebdb7..e49990ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ sudo: false install: - "pip install 'argparse>=1.2.1' --allow-all-external" - - pip install boto certauth + - pip install boto 'certauth<1.2' - pip install git+https://github.com/esnme/ultrajson.git - python setup.py -q install - pip install coverage pytest-cov coveralls