We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc1ccc commit 474af2bCopy full SHA for 474af2b
.travis.yml
@@ -27,16 +27,8 @@ jobs:
27
- stage: secondary
28
env: NOXSESSION=test-3.6
29
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
39
+ - env: NOXSESSION=test-3.7
+ python: 3.7
40
41
install:
42
# Get the latest pip
0 commit comments