Skip to content

Commit 8f5bfb9

Browse files
Merge pull request microsoft#151 from CatalystCode/sync-classifiers-and-travis
Ensure CI and PyPI Python versions match
2 parents c5ee49d + fd1153a commit 8f5bfb9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
22
python:
33
- '2.7'
4+
- '3.4'
5+
- '3.5'
46
- '3.6'
57
script:
68
- pip install persist-queue

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
# that you indicate whether you support Python 2, Python 3 or both.
5353
'Programming Language :: Python :: 2.7',
5454
'Programming Language :: Python :: 3.4',
55+
'Programming Language :: Python :: 3.5',
56+
'Programming Language :: Python :: 3.6',
5557
],
5658

5759
# What does your project relate to?

0 commit comments

Comments
 (0)