We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2f662 commit 6eaa70aCopy full SHA for 6eaa70a
.travis.yml
@@ -3,9 +3,7 @@ language: python
3
sudo: false
4
cache: pip
5
python:
6
- - "2.6"
7
- "2.7"
8
- - "3.3"
9
- "3.4"
10
- "3.5"
11
install:
setup.py
@@ -44,10 +44,8 @@
44
'Operating System :: OS Independent',
45
'Programming Language :: Python',
46
'Programming Language :: Python :: 2',
47
- 'Programming Language :: Python :: 2.6',
48
'Programming Language :: Python :: 2.7',
49
'Programming Language :: Python :: 3',
50
- 'Programming Language :: Python :: 3.3',
51
'Programming Language :: Python :: 3.4',
52
'Programming Language :: Python :: 3.5',
53
'Topic :: Scientific/Engineering']
0 commit comments