Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rollbar/pyrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
letaniaferreira committed Sep 17, 2020
2 parents f02e491 + 385094f commit 1b265b0
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,24 @@ matrix:
env: FLASK_VERSION=0.12.4
- python: "3.6"
env: FLASK_VERSION=1.0.2
- python: "3.7"
env: FLASK_VERSION=0.10.1
- python: "3.7"
env: FLASK_VERSION=0.11.1
- python: "3.7"
env: FLASK_VERSION=0.12.4
- python: "3.7"
env: FLASK_VERSION=1.0.2
- python: "3.8"
env: FLASK_VERSION=0.10.1
- python: "3.8"
env: FLASK_VERSION=0.11.1
- python: "3.8"
env: FLASK_VERSION=0.12.4
- python: "3.8"
env: FLASK_VERSION=1.0.2
- python: "3.8"
env: FLASK_VERSION=1.1.2

- python: "2.7"
env: TWISTED_VERSION=15.5.0
Expand All @@ -66,6 +84,9 @@ matrix:
- python: "2.7"
env: TWISTED_VERSION=17.1.0

- python: "3.8"
env: TWISTED_VERSION=20.3.0

- python: "2.7"
env: DJANGO_VERSION=1.6.11
- python: "2.7"
Expand Down Expand Up @@ -129,9 +150,29 @@ matrix:
env: DJANGO_VERSION=2.1.7
dist: xenial

- python: "3.8"
env: DJANGO_VERSION=1.11.20
dist: xenial
- python: "3.8"
env: DJANGO_VERSION=2.1.7
dist: xenial
- python: "3.8"
env: DJANGO_VERSION=2.1.15
dist: xenial

- python: "3.6"
env: PYRAMID_VERSION=1.9.2

- python: "3.7"
env: PYRAMID_VERSION=1.9.2

- python: "3.8"
env: PYRAMID_VERSION=1.9.2

- python: "3.8"
env: PYRAMID_VERSION=1.10.4


install:
- pip install setuptools==39.2.0 --force-reinstall
- if [ $TRAVIS_PYTHON_VERSION == 3.3 ]; then pip install Werkzeug==0.14.1 --force-reinstall; fi
Expand Down

0 comments on commit 1b265b0

Please sign in to comment.