diff --git a/.travis.yml b/.travis.yml index c2bba1907b5c15bff1096903fbfb90737aa62c44..d61e105bce3f8265d3693b59a06f70d9db1f1f79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ install: - pip install requests - pip install base58 - pip install quamash - - pip install asyncio + - pip install aiohttp - pip install git+https://github.com/Insoleet/pretenders.git@develop - python gen_resources.py - python gen_translations.py diff --git a/ci/appveyor/build.cmd b/ci/appveyor/build.cmd index 79322896d4bb13d3a5c06a136fe680f9edb23fba..e0f128b2d2ebc2bf3d3622bd955a95b188c56a77 100644 --- a/ci/appveyor/build.cmd +++ b/ci/appveyor/build.cmd @@ -16,7 +16,7 @@ pip install libnacl pip install requests pip install base58 pip install quamash -pip install asyncio +pip install aiohttp pip install git+https://github.com/Insoleet/pretenders.git@develop python gen_resources.py