Skip to content

Commit 474af2b

Browse files
committed
Re-enable tests on Python 3.7
1 parent ddc1ccc commit 474af2b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.travis.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,8 @@ jobs:
2727
- stage: secondary
2828
env: NOXSESSION=test-3.6
2929
python: 3.6
30-
## Commented out, due to: Pinned psycopg2 not being compatible.
31-
# - env: NOXSESSION=test-3.7
32-
# python: 3.7
33-
## Commented out, due to:
34-
## 1. Pinned celery version not being compatible.
35-
## 2. Pinned Django version not being compatible with newer celery.
36-
## 3. Current codebase needing quite a few changes to be compatible
37-
## with newer Django.
38-
# - env: NOXSESSION=test-3.7
39-
# python: 3.7
30+
- env: NOXSESSION=test-3.7
31+
python: 3.7
4032

4133
install:
4234
# Get the latest pip

0 commit comments

Comments
 (0)