Skip to content

Commit

Permalink
Use 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jklukas committed Nov 1, 2021
1 parent 609a303 commit ebf3294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ dist: xenial
sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.9"

env:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py34-sa13,
py35-sa13,
py{39}-sa{13,14},
lint,
docs
Expand All @@ -11,7 +11,7 @@ deps =
sa13: sqlalchemy==1.3.24
sa14: sqlalchemy==1.4.15

[testenv:py{34}-sa{13,14}]
[testenv:py35-sa13]
commands = pytest -s {posargs} --dbdriver psycopg2 --dbdriver psycopg2cffi
deps =
alembic==1.4.2
Expand Down

0 comments on commit ebf3294

Please sign in to comment.