OpenMined / PySyft

Perform data science on data that remains in someone else's server

Home Page:https://www.openmined.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor Tox Paths to work with Windows

rasswanth-s opened this issue · comments

Description

Currently, when we use tox, all the paths are ordered by
/ but in windows we use \,

Modify all the paths in tox.ini such that the all the environments work with Linux, Mac, Windows.

How to reproduce:
Run

tox -e syft.jupyter on Windows and it would not work due to the path issue.

Additional Context

Add any other context about the problem here.

Hey @rasswanth-s can I take this issue up?

Closing this , as we added a documentation for the same: #7701