Skip to content

Commit 582da6a

Browse files
authored
Update pythonapp.yml
1 parent 6dfcc66 commit 582da6a

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a single version of Python
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
<<<<<<< HEAD
54
name: Code correctness
6-
=======
7-
name: Python Password testing
8-
>>>>>>> dev
95

106
on:
117
push:
@@ -27,24 +23,14 @@ jobs:
2723
- name: Install dependencies
2824
run: |
2925
python -m pip install --upgrade pip
30-
<<<<<<< HEAD
31-
pip install flake8
32-
=======
3326
pip install flake8 pytest
34-
>>>>>>> dev
3527
pip install -r requirements.txt
3628
- name: Lint with flake8
3729
run: |
3830
# stop the build if there are Python syntax errors or undefined names
3931
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
4032
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4133
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
42-
<<<<<<< HEAD
43-
# - name: Test with pytest
44-
# run: |
45-
# pytest
46-
=======
4734
- name: Test with pytest
4835
run: |
49-
pytest "python_password/tests/test.py"
50-
>>>>>>> dev
36+
pytest "python_password/tests/test.py

0 commit comments

Comments
 (0)