mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 10:56:47 +00:00
Speed up travis builds by removing sudo requirement
This commit is contained in:
parent
f18b784845
commit
9fa2c9e9aa
@ -3,10 +3,6 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "3.5"
|
- "3.5"
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: required
|
|
||||||
before_install:
|
|
||||||
- travis_retry sudo add-apt-repository -y ppa:ethereum/ethereum
|
|
||||||
- travis_retry sudo apt-get update
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- TOX_ENV=py27-stdlib
|
- TOX_ENV=py27-stdlib
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user