From 0bfe606faa575c754cf4dbb55a5bb51f29af183e Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Sun, 5 Mar 2017 21:16:17 +0300 Subject: [PATCH] Don't install cram in .travis.yml, use the bundled one instead. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9137eb8..a030577 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,7 +65,7 @@ before_install: esac install: - - pip install --user cram urllib3[secure] cpp-coveralls + - pip install --user urllib3[secure] cpp-coveralls - > case "${TRAVIS_OS_NAME:-linux}" in osx)