From 955e4f5786e813dc600eeab1f069e2cac25ecc7f Mon Sep 17 00:00:00 2001 From: Hong Minhee Date: Tue, 11 Jul 2017 01:51:21 +0900 Subject: [PATCH] Temporarily test using dahlia/nirum-python/transport --- .travis.yml | 3 +++ appveyor.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index a06c552..ed53b30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,9 @@ matrix: - python3.6 - libgmp10 - upx-ucl +env: +# Remove following environment variables after nirum-python 0.6.0 is released. +- DEVRUNTIME_REPO=dahlia/nirum-python DEVRUNTIME_REF=transport cache: directories: - "$HOME/.stack" diff --git a/appveyor.yml b/appveyor.yml index afab8a9..bbac090 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,9 @@ platform: - x64 environment: STACK_ROOT: C:\sr +# Remove following environment variables after nirum-python 0.6.0 is released. + DEVRUNTIME_REPO: dahlia/nirum-python + DEVRUNTIME_REF: transport cache: - '%STACK_ROOT% -> appveyor.yml' - '%LOCALAPPDATA%\Programs\stack -> appveyor.yml'