Skip to content

Commit d589754

Browse files
committed
Upgrade pip/setuptools in AppVeyor
1 parent 038561c commit d589754

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ install:
2828
build: off
2929

3030
test_script:
31+
- pip install --upgrade --user pip setuptools
3132
- pip install codecov
3233
- python setup.py test
3334
- codecov --required

pytest.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
[bdist_wheel]
2+
3+
[pytest]
4+
testpaths = tests
5+
addopts = -rw

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,10 @@ def get_tag(self):
121121
'Programming Language :: Python :: 3.5',
122122
'Programming Language :: Python :: Implementation :: CPython',
123123
'Programming Language :: Python :: Implementation :: PyPy',
124+
'Intended Audience :: Developers',
125+
'Topic :: Software Development :: Libraries',
124126
'Topic :: Software Development :: Libraries :: Python Modules',
127+
'Topic :: Utilities',
125128
],
126129
ext_modules=ext_modules,
127130
install_requires=install_requires,

0 commit comments

Comments
 (0)