git-imerge/tox.ini
Jon Dufresne 1c14b8a22f Add setup.py script to build the package using setuptools
Setuptools is a fully-featured, actively-maintained, and stable library
designed to facilitate packaging Python projects. It is the standard
library used to create Python packages by the community.

The setup.py script allows building an sdist package and a wheel
package. Installing the package with setuptools installs a gitimerge.py
module and a git-imerge command line script.

A tox configuration was added to automate testing in a virtualenv.

The README has been updated with new installation and testing instructions.
2019-06-10 18:39:26 -07:00

10 lines
158 B
INI

[tox]
envlist = py
[testenv]
commands =
/bin/sh t/create-test-repo
/bin/sh t/test-unconflicted
/bin/sh t/test-conflicted
/bin/sh t/test-drop