This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
pipdeptree
mirror of
https://github.com/tox-dev/pipdeptree.git
Watch
1
Star
1
Fork
You've already forked pipdeptree
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e6a933e6f6
pipdeptree
/
tests
/
virtualenvs
/
.gitignore
4 lines
44 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-29 18:37:15 +00:00
*.pickle
testenv/
Add a warning for dependencies that are missing/unsatisfied
2015-12-02 21:43:59 +00:00
cyclicenv/
unsatisfiedenv/