From e9437d41fcb67e5e33533649e5fe4f3efdd5bf19 Mon Sep 17 00:00:00 2001 From: ilammy Date: Tue, 11 Feb 2020 23:51:18 +0200 Subject: [PATCH] [test] Okay, let's use the fauly spec literally --- .github/workflows/literally.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/literally.yml diff --git a/.github/workflows/literally.yml b/.github/workflows/literally.yml new file mode 100644 index 0000000..495dcdf --- /dev/null +++ b/.github/workflows/literally.yml @@ -0,0 +1,11 @@ +name: Python package +on: [push] +jobs: + build: + runs-on: "windows-latest" + strategy: + matrix: + python-version: + - "2.7" + steps: + - uses: ilammy/msvc-dev-cmd@v1