kieferk / dfply

dplyr-style piping operations for pandas dataframes
GNU General Public License v3.0
889 stars 103 forks source link

Always download Miniconda3 installer #40

Closed srstevenson closed 6 years ago

srstevenson commented 6 years ago

As the Python version is explicitly given when the test-environment Conda environment is created, it is unnecessary to download a different Miniconda installer to test with different Python versions.

kieferk commented 6 years ago

Thank you