deb-python-pykmip/.gitignore
Peter Hamilton 23574dc33c Reorganizing test suite and updating tox configuration
This change reorganizes the test suite, splitting it into two separate
test suites, one for unit tests and one for integration tests. The tox
configuration is also updated to reflect this change. Invoking tox now
runs the unit tests by default. A separate tox environment is used to
run the integration tests.
2015-05-14 13:13:10 -04:00

11 lines
88 B
Plaintext

.project
.pydevproject
*.pyc
.coverage
.tox/
ChangeLog
PyKMIP.egg-info/
dist/
htmlcov/