justinmayer / virtualfish

Fish shell tool for managing Python virtual environments
MIT License
1.06k stars 100 forks source link

Use 'source' command instead of deprecated '.' alias #126

Closed zanchey closed 7 years ago

zanchey commented 7 years ago

Closes #125

zanchey commented 7 years ago

Travis is failing because the master branch doesn't have the .travis.yml yet, I think, and I've requested a merge into that rather than version-2 - is that right?

daisylb commented 7 years ago

Yep, that's right; I've started writing some unit tests for v2, but until that gets merged into master everything is going to get ugly red crosses unfortunately.

Sorry it's taken me so long to get to this, but everything looks good and I'm about to merge :)