Skip to content

Commit 5108b79

Browse files
author
Lance Nathan
authored
Merge pull request #109 from LuminosoInsight/no-pytest-runner
Remove pytest-runner
2 parents 2b093fd + 6ddcfd3 commit 5108b79

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cache:
77
- $HOME/.cache/pip
88
- $HOME/download
99
python:
10-
- "3.3"
1110
- "3.4"
1211
- "3.5"
1312
- "3.6"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
packages=['ftfy', 'ftfy.bad_codecs'],
3939
package_data={'ftfy': ['char_classes.dat']},
4040
install_requires=['wcwidth'],
41-
setup_requires=['pytest-runner'],
4241
tests_require=['pytest'],
4342
python_requires='>=3.3',
4443
classifiers=[

0 commit comments

Comments
 (0)