* Removed cert update from travis

This commit is contained in:
Matthew Planchard 2016-07-17 15:13:58 -05:00
parent 14c599773b
commit 5371afdaaa
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
sudo: true
sudo: false
language: python
python: 3.5
env:
@ -12,7 +12,6 @@ install:
- pip install -U setuptools pip sphinx tox
script:
- sudo update-ca-certificates
- ./bin/test_standalone.sh
- tox -e $TOX_ENV
- ./bin/check_readme.sh