Commit Graph

3 Commits

Author SHA1 Message Date
Vineet Naik 51af7dd8d2 Fix pip._internal import in tests
Missed fixing the import of 'get_installed_distributions' in tests in
the earlier commit.

Also fixed indentation
2018-10-08 19:29:51 +05:30
M. Dudley 9c6031cdc7 Fixed pip import to accomodate refactor in pip 10.0 2018-04-03 10:29:09 -04:00
Vineet Naik d13ff8bdef Modify test workflow
This commit decouples the test virtualenv creation from tox and simplify
it for running both locally and on travis-ci. Creation of the test
virtualenvs now happen via Makefile target 'test-env' which will create
2 virtualenvs in the dir tests/virtualenvs and also dump their
respective package data in .pickle files that will be used by the tests.

Also, builds on travis now no longer depend on tox but reuses some of
the Makefile targets for test virtualenv creation/cleanup.
2015-07-30 00:07:15 +05:30