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.
2 parents 2b093fd + 6ddcfd3 commit 5108b79Copy full SHA for 5108b79
.travis.yml
@@ -7,7 +7,6 @@ cache:
7
- $HOME/.cache/pip
8
- $HOME/download
9
python:
10
- - "3.3"
11
- "3.4"
12
- "3.5"
13
- "3.6"
setup.py
@@ -38,7 +38,6 @@
38
packages=['ftfy', 'ftfy.bad_codecs'],
39
package_data={'ftfy': ['char_classes.dat']},
40
install_requires=['wcwidth'],
41
- setup_requires=['pytest-runner'],
42
tests_require=['pytest'],
43
python_requires='>=3.3',
44
classifiers=[
0 commit comments