Commit Graph

825 Commits

Author SHA1 Message Date
nonylene ac96188f2d Use subprocess on Windows
os.execl has strange behavior on Windows.
2017-04-20 01:47:38 +09:00
nonylene d5e5eca86e use os.execl to "run" subcommand on Unix
see https://github.com/kennethreitz/pipenv/issues/315
2017-04-20 01:44:54 +09:00
Nate Prewitt 7b17058661 run --two/--three arg, regardless of subcommands 2017-04-12 11:52:43 -06:00
Nate Prewitt 74d19e2ff9 remove unused imports 2017-04-11 16:55:24 -06:00
Nate Prewitt fb2522d13a fixing output checks 2017-04-06 11:05:27 -06:00
Nate Prewitt eeb22ee304 updating delegator.py 2017-04-06 10:28:02 -06:00
Nate Prewitt 0fd999eb7b Merge pull request #306 from nateprewitt/remove_vendored_tests
remove tests from psutil
2017-04-05 21:04:49 -06:00
Nate Prewitt 225ba9f0c7 remove tests from psutil 2017-04-05 20:48:50 -06:00
Nate Prewitt 570d151727 Clarify error message for missing SHELL environment variable. 2017-04-03 13:55:40 -06:00
degrand fe358e2da7 v3.5.6 v3.5.6 2017-04-01 09:51:38 -06:00
degrand 51a80b01a5 verify Pipfile exists before performing other project checks 2017-04-01 09:50:41 -06:00
kennethreitz dbf88b26c8 fixes #302 2017-03-31 08:44:03 -04:00
kennethreitz eb060a9315 cleanup sys.exit(1) 2017-03-30 12:06:54 -04:00
kennethreitz 9e234762ae Update __version__.py v3.5.5 2017-03-30 12:00:39 -04:00
kennethreitz 52685579d0 Update HISTORY.txt 2017-03-30 12:00:26 -04:00
kennethreitz b209afa858 Merge pull request #299 from joshcrim/venv-cleanup
automatically cleanup virtualenv on keyboard interrupt
2017-03-30 11:59:26 -04:00
joshcrim 74935f1ee6 automatically cleanup virtualenv on keyboard interrupt 2017-03-30 11:47:54 -04:00
Nate Prewitt 516252e9eb Merge pull request #294 from isaacsanders/feature/ignore-pipfile
Adds a flag for ignoring the Pipfile in favor of the Pipfile.lock
2017-03-27 15:34:28 -06:00
Isaac Sanders c451642968 Adds a flag for ignoring the Pipfile in favor of the Pipfile.lock 2017-03-27 16:20:23 -05:00
Nate Prewitt c711bf28b5 removing unused parameter in do_init 2017-03-27 14:17:06 -06:00
Nate Prewitt 2610028cb1 cleaning up message 2017-03-20 20:06:25 -06:00
Nate Prewitt 74cb235a9c Merge pull request #284 from ryanwilsonperkin/handle-rm-when-missing-pipfile
Handle rm when missing Pipfile
2017-03-20 20:03:50 -06:00
Ryan Wilson-Perkin ce140faa03 Check if pipfile exists before --venv or --rm 2017-03-20 21:58:57 -04:00
Ryan Wilson-Perkin b9c0b45851 Error message on --rm if no Pipfile exists 2017-03-20 18:41:30 -04:00
Ryan Wilson-Perkin b9e9c63701 Remove unused dependency 2017-03-20 15:46:43 -04:00
Ryan Wilson-Perkin fcd005e000 Fix over-indentation 2017-03-20 15:42:41 -04:00
kennethreitz 213bdbad3b Merge pull request #282 from ryanwilsonperkin/typo-fix
Fix typo in section header
2017-03-20 13:47:19 -04:00
Ryan Wilson-Perkin d7fa6a41ab s/virutal/virtual 2017-03-20 13:42:55 -04:00
kennethreitz f857a3b612 fix 2017-03-19 21:28:33 -04:00
kennethreitz 2f8b1f29d8 say which virtualenv is already activated. 2017-03-19 21:26:31 -04:00
kennethreitz 58aca73acd automatic --ignore-hashes 2017-03-19 21:23:57 -04:00
kennethreitz 25ddb6ea51 Merge branch 'master' of github.com:kennethreitz/pipenv 2017-03-19 21:18:21 -04:00
kennethreitz 2a7a5facab document WORKON_HOME 2017-03-19 21:18:15 -04:00
kennethreitz 0aeaefb914 updates! 2017-03-18 18:15:04 -04:00
kennethreitz 22b9fb47a6 markupsafe 2017-03-18 16:25:45 -04:00
kennethreitz 04d4730466 pipenv jinja2 2017-03-18 16:24:17 -04:00
Nate Prewitt 86ef9b8361 properly strip hashes from --requirements output when Pipfile.lock exists 2017-03-16 08:34:42 -06:00
Nate Prewitt 21fbdb03ac v3.5.4 v3.5.4 2017-03-14 10:17:44 -06:00
Nate Prewitt 0441eb8573 correct expected test output 2017-03-14 09:52:57 -06:00
Nate Prewitt e852141b11 updating HISTORY 2017-03-14 09:48:24 -06:00
Nate Prewitt d124103ab0 use six.string_types instead of str to handle unicode in Python2 2017-03-14 09:45:56 -06:00
Nate Prewitt e2d7605590 formatting fixes 2017-03-13 08:32:06 -06:00
Nate Prewitt 876636b8f3 document Pipfile.lock hashes 2017-03-12 18:59:09 -06:00
Nate Prewitt d285d2834e Merge pull request #268 from jacebrowning/fix-python-warning-on-windows
Fix redundant '--python' warning on Windows
2017-03-12 18:35:19 -06:00
Jace Browning bfafa2294d Fix redundant '--python' warning on Windows 2017-03-12 20:31:08 -04:00
Nate Prewitt c1c18d0d95 adding --no-hashes for requirements 2017-03-12 18:17:35 -06:00
kennethreitz 3366a32717 --no-hashes v3.5.3 2017-03-12 20:06:25 -04:00
kennethreitz f7f1ce41ce updated nice error message 2017-03-12 20:02:25 -04:00
kennethreitz 803f072bba --no-hashes 2017-03-12 19:52:50 -04:00
Nate Prewitt 0584e86a77 update HISTORY 2017-03-12 16:32:52 -06:00