From a344ca599d4e972bfc818d2bff492d60540ba445 Mon Sep 17 00:00:00 2001 From: MR Lemon Date: Sat, 16 May 2020 21:17:25 +0100 Subject: prep for bump to 1.0.4 - nox tests, actions, etc --- .github/workflows/tests.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/tests.yml (limited to '.github') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml new file mode 100644 index 0000000..368cf68 --- /dev/null +++ b/.github/workflows/tests.yml @@ -0,0 +1,16 @@ +name: Tests +on: push +env: + GITHUB_ACTIONS_RUNNER: runner +jobs: + tests: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-python@v1 + with: + python-version: 3.8 + architecture: x64 + - run: pip install nox==2019.11.9 + - run: pip install poetry==1.0.5 + - run: nox \ No newline at end of file -- cgit v1.2.3