Skip to content

Commit

Permalink
add python 3.8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
doudz committed Feb 20, 2020
1 parent e878bfa commit bf01d2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"

env:
- DJANGO_VERSION="Django==1.9.*"
Expand Down
1 change: 1 addition & 0 deletions runtravis.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'3.5': ('Django==1.9.*', 'Django==1.10.*', 'Django==1.11.*', 'Django==2.0.*', 'Django==2.1.*', 'Django==2.2.*'),
'3.6': ('Django==1.9.*', 'Django==1.10.*', 'Django==1.11.*', 'Django==2.0.*', 'Django==2.1.*', 'Django==2.2.*'),
'3.7': ('Django==1.9.*', 'Django==1.10.*', 'Django==1.11.*', 'Django==2.0.*', 'Django==2.1.*', 'Django==2.2.*'),
'3.8': ('Django==1.9.*', 'Django==1.10.*', 'Django==1.11.*', 'Django==2.0.*', 'Django==2.1.*', 'Django==2.2.*'),
}

python_version = os.environ.get('TRAVIS_PYTHON_VERSION')
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
],
Expand Down

0 comments on commit bf01d2e

Please sign in to comment.