We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a09882b + 717ed3d commit 5ad4468Copy full SHA for 5ad4468
.github/workflows/pr.yaml
@@ -0,0 +1,15 @@
1
+name: PR checks
2
+on:
3
+ pull_request:
4
+ branches:
5
+ - master
6
+jobs:
7
+ Run-Tox:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/setup-python@v2
11
+ with:
12
+ python-version: '3.8'
13
+ - uses: actions/checkout@v2
14
+ - run: pip3 install tox
15
+ - run: tox
requirements-dev.txt
@@ -5,5 +5,5 @@ pycmd==1.2
flake8==3.0.4
isort==4.2.5
flake8-isort==2.0.1
-ipython==5.0.0
-ipdb==0.10.1
+ipython==7.33.0
+ipdb==0.13.9
0 commit comments