1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00

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