We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5ee49d + fd1153a commit 8f5bfb9Copy full SHA for 8f5bfb9
.travis.yml
@@ -1,6 +1,8 @@
1
language: python
2
python:
3
- '2.7'
4
+- '3.4'
5
+- '3.5'
6
- '3.6'
7
script:
8
- pip install persist-queue
setup.py
@@ -52,6 +52,8 @@
52
# that you indicate whether you support Python 2, Python 3 or both.
53
'Programming Language :: Python :: 2.7',
54
'Programming Language :: Python :: 3.4',
55
+ 'Programming Language :: Python :: 3.5',
56
+ 'Programming Language :: Python :: 3.6',
57
],
58
59
# What does your project relate to?
0 commit comments