Skip to content

Commit

Permalink
Merge branch 'main' into ci-test-robotframework-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela authored Jan 20, 2024
2 parents ce51de8 + c1fcab2 commit 26e6e5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: CI

on: [push, pull_request]
on: [ push ]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8, 3.9, 3.11]
python: [ 3.8, 3.9, 3.11 ]
robotframework:
- "3.2.0"
- "4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py27,py39
envlist = py39

[testenv]
# install pytest in the virtualenv where commands will be executed
Expand Down

0 comments on commit 26e6e5a

Please sign in to comment.