We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273a671 commit d0bfd02Copy full SHA for d0bfd02
.travis.yml
@@ -1,11 +1,9 @@
1
language: python
2
python:
3
- - "2.7"
4
- "3.4"
5
- "3.5"
6
- "3.6"
7
- - "3.6-dev"
8
- - "3.7-dev"
+ - "3.7"
9
- "nightly"
10
install:
11
- pip install -r requirements.txt
setup.py
@@ -22,7 +22,6 @@
22
'Intended Audience :: System Administrators',
23
'Topic :: Security',
24
'License :: OSI Approved :: BSD License',
25
- 'Programming Language :: Python :: 2.7',
26
'Programming Language :: Python :: 3',
27
'Programming Language :: Python :: 3.4',
28
'Programming Language :: Python :: 3.5',
0 commit comments