Skip to content

Commit f8119bb

Browse files
authored
Merge pull request #33 from cclauss/patch-1
Travis CI: Test on current versions of Python
2 parents dadbb6f + a3219b4 commit f8119bb

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.2"
5-
- "3.3"
6-
- "3.4"
74
- "3.5"
85
- "3.6"
9-
- "3.7-dev"
6+
- "3.7"
7+
- "3.8"
8+
- "3.9-dev"
109

1110
# command to run tests
1211
script: python setup.py test

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@
1616
"License :: OSI Approved :: MIT License",
1717
"Programming Language :: Python",
1818
"Programming Language :: Python :: 2.7",
19-
"Programming Language :: Python :: 3.2",
20-
"Programming Language :: Python :: 3.3",
21-
"Programming Language :: Python :: 3.4",
2219
"Programming Language :: Python :: 3.5",
2320
"Programming Language :: Python :: 3.6",
2421
"Programming Language :: Python :: 3.7",
22+
"Programming Language :: Python :: 3.8",
2523
"Topic :: Software Development :: Libraries",
2624
"Topic :: Text Processing",
2725
],

0 commit comments

Comments
 (0)