diff --git a/appveyor.yml b/appveyor.yml index 0c5dd3a630470444ab880c8ab366beb251e96a74..b93aabcc0dedc2499f3c948bc6ef29733c3dc6e5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,8 +36,8 @@ build_script: - ".\\ci\\appveyor\\build.cmd" #test_script: -# - ".\\ci\\appveyor\\tests.cmd" -# - echo %errorlevel% + - ".\\ci\\appveyor\\tests.cmd" + - echo %errorlevel% artifacts: - path: build diff --git a/ci/appveyor/build.cmd b/ci/appveyor/build.cmd index e0f128b2d2ebc2bf3d3622bd955a95b188c56a77..7728f4820e4ead24bf6637d947f7bbc883482b29 100644 --- a/ci/appveyor/build.cmd +++ b/ci/appveyor/build.cmd @@ -15,7 +15,7 @@ pip install pylibscrypt pip install libnacl pip install requests pip install base58 -pip install quamash +pip install git+https://github.com/Insoleet/quamash.git@sockets_only pip install aiohttp pip install git+https://github.com/Insoleet/pretenders.git@develop