Skip to content

Commit

Permalink
Remove testing of older dev branch
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <[email protected]>
  • Loading branch information
wallyqs committed Feb 4, 2024
1 parent 93f622a commit 84cae33
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,6 @@ jobs:
- bash ./scripts/install_nats.sh
install:
- pip install -e .[fast-mail-parser]
- name: "Python: 3.11 (nats-server@dev)"
python: "3.11"
env:
- NATS_SERVER_VERSION=dev
before_install:
- sudo apt update && sudo apt install gcc build-essential -y
- sudo apt-get install python3-pip
- sudo apt-get install python3-pytest
- pip install --upgrade pip
- bash ./scripts/install_nats.sh
install:
- pip install -e .[fast-mail-parser]
- name: "Python: 3.7"
python: "3.7"
before_install:
Expand All @@ -101,5 +89,5 @@ jobs:
- name: "Python: 3.8"
- name: "Python: 3.11"
- name: "Python: 3.11/uvloop"
- name: "Python: 3.11 (nats-server@dev)"
- name: "Python: 3.11 (nats-server@main)"
- name: "Python: 3.12"

0 comments on commit 84cae33

Please sign in to comment.