pantsbuild / setup

Scripts for setting up Pants in your repo
Apache License 2.0
13 stars 30 forks source link

Switch from Travis-CI to GH Actions. #109

Closed jsirois closed 2 years ago

jsirois commented 2 years ago

@Eric-Arellano I wanted your take on ditching pyenv. It's not needed for CI anymore and it made both CI setup and the test code bigger / more complicated. You can still use pyenv as a dev (I do), you just need to make sure you've arranged that the needed Python versions are on your $PATH.

jsirois commented 2 years ago

I'm going to proceed with this @Eric-Arellano but I'll follow up if you point out something I've missed with ditching pyenv.