We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27159f4 commit f74adc6Copy full SHA for f74adc6
.travis.yml
@@ -5,7 +5,6 @@ python:
5
6
env:
7
- TOX_ENV=py27
8
- - TOX_ENV=py33
9
- TOX_ENV=py34
10
11
install:
setup.py
@@ -40,7 +40,6 @@
40
"Programming Language :: Python :: 2",
41
"Programming Language :: Python :: 2.7",
42
"Programming Language :: Python :: 3",
43
- "Programming Language :: Python :: 3.3",
44
"Programming Language :: Python :: 3.4",
45
46
],
tox.ini
@@ -4,7 +4,7 @@
4
# and then run "tox" from this directory.
[tox]
-envlist = py27, py33, py34
+envlist = py27, py34
[testenv]
deps=pytest
0 commit comments