diff --git a/.github/workflows/tests-release.yml b/.github/workflows/tests-release.yml new file mode 100644 index 0000000..b2bdd37 --- /dev/null +++ b/.github/workflows/tests-release.yml @@ -0,0 +1,27 @@ +name: 0.1.x-Tests +on: + push: + branches: + - 0.1.x +jobs: + build: + runs-on: ubuntu-latest + strategy: + max-parallel: 5 + matrix: + python-version: [2.7, 3.6, 3.7] + + steps: + - uses: actions/checkout@v2 + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install virtualenv==15.2 + pip install tox==3.12.1 tox-gh-actions + pip install poetry==1.1.4 + - name: Test with tox + run: tox diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6e5403a..9f08681 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,12 +1,15 @@ name: Tests -on: [push] +on: + push: + branches: + - master jobs: build: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: - python-version: [2.7, 3.6, 3.7] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 @@ -17,8 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install virtualenv==15.2 - pip install tox==3.12.1 tox-gh-actions + pip install tox tox-gh-actions pip install poetry==1.1.4 - name: Test with tox run: tox diff --git a/pyproject.toml b/pyproject.toml index 85167dd..1443b5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ repository = "https://github.com/rajivsarvepalli/mock-alchemy" authors = ["Rajiv Sarvepalli ", "Miroslav Shubernetskiy ", "Serkan Hoscai