Skip to content

Commit

Permalink
remove .travis.yml (#26)
Browse files Browse the repository at this point in the history
* remove .travis.yml

* update pythons versions for tests

---------

Co-authored-by: Javier Cordero <github@j2i.me>
  • Loading branch information
jneight and Javier Cordero authored Jan 14, 2024
1 parent 1438a4e commit 3c8bdad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,14 @@ jobs:
matrix:
include:
- os: ubuntu-latest
python-version: '2.7'
django-version: '1.11.29'
- os: ubuntu-latest
python-version: '3.5'
python-version: '3.7'
django-version: '1.11.29'
- os: ubuntu-latest
python-version: '3.9'
django-version: '2.2.28'
- os: ubuntu-latest
python-version: '3.9'
django-version: '3.2.13'
python-version: '3.10'
django-version: '3.2.23'
services:
postgres:
image: postgres
Expand All @@ -46,6 +43,7 @@ jobs:
with:
python-version: '${{ matrix.python-version }}'
- uses: actions/checkout@v2
- run: pip install --upgrade pip
- run: pip install django==${{ matrix.django-version}}
- run: pip install psycopg2
- run: psql -d template1 -c 'create extension cube;' -U $POSTGRES_USER -h localhost
Expand Down
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

0 comments on commit 3c8bdad

Please sign in to comment.