Skip to content

Commit

Permalink
merge tess files
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi committed Jan 4, 2021
1 parent 0abda4d commit e3b10ad
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 43 deletions.
36 changes: 20 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
name: Python application
name: feedbackxblock

on:
push:
branches: [ master, main ]
branches: [master, main]
pull_request:
branches: [ master, main ]

jobs:
build:

runs-on: ubuntu-latest

test:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [3.5]
tox-env:
- quality
- django22
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.5
uses: actions/setup-python@v2
with:
python-version: 3.5
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
- 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: |
pip install tox
- name: Test with tox
run: tox -e ${{ matrix.tox-env }}
27 changes: 0 additions & 27 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit e3b10ad

Please sign in to comment.