debugpy/setup.cfg
Pavel Minaev e96275703a
Testing framework for timeline-based tests. (#857)
* Testing framework for timeline-based tests.

See pytests/helpers/timeline.md for a detailed description.

Fixes #832, and lays the groundwork for #833.

* Upgrade pip to most recent version before installing prerequisites on Travis.
2018-10-01 14:29:44 -07:00

16 lines
240 B
INI

[wheel]
python-tag = py3
[metadata]
license_file = LICENSE
[versioneer]
VCS = git
style = pep440
versionfile_source = ptvsd/_version.py
versionfile_build = ptvsd/_version.py
tag_prefix = v
parentdir_prefix = ptvsd-
[aliases]
test=pytest