Skip to content

Commit 3feffa6

Browse files
author
Thijs Kramer
committed
Probeer dit eens
1 parent 5119528 commit 3feffa6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
'Operating System :: OS Independent',
4848
'Programming Language :: Python',
4949
'Programming Language :: Python :: 3',
50-
'Programming Language :: Python :: 3.4',
51-
'Programming Language :: Python :: 3.5',
5250
'Programming Language :: Python :: 3.6',
5351
'Programming Language :: Python :: 3.7',
5452
'Programming Language :: Python :: 3.8',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ deps =
2525
whitelist_externals =
2626
make
2727

28-
install_command = pip install -e ".[test]" --upgrade {opts} {packages}
28+
install_command = pip install -e '.[test]' --upgrade {opts} {packages}
2929

3030
# include {envsitepackagesdir}/wagtail_textract b/c "import file mismatch":
3131
# http://tox.readthedocs.io/en/latest/example/pytest.html#known-issues-and-limitations

0 commit comments

Comments
 (0)