Skip to content

Commit b7b2b49

Browse files
committed
add 3.8 testing
1 parent 2388d28 commit b7b2b49

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
dist: xenial
3737
sudo: true
3838
env: TACKPY=false
39+
- python: 3.8
40+
dist: xenial
41+
sudo: true
42+
env: TACKPY=false
3943
- python: 2.7
4044
env: TACKPY=true
4145
- python: 3.4

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
'Programming Language :: Python :: 3.5',
4040
'Programming Language :: Python :: 3.6',
4141
'Programming Language :: Python :: 3.7',
42+
'Programming Language :: Python :: 3.8',
4243
'Topic :: Security :: Cryptography',
4344
'Topic :: Software Development :: Libraries :: Python Modules',
4445
'Topic :: System :: Networking'

0 commit comments

Comments
 (0)