-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows support + Overlapping Segmentation #14
base: master
Are you sure you want to change the base?
Conversation
Merge tests
@@ -32,7 +32,7 @@ install: | |||
# Copy in the sudoers file | |||
- sudo cp /tmp/sudoers.tmp /etc/sudoers | |||
# Now that sudo is good to go, finish installing dependencies | |||
- sudo python3 -m pip install -r requirements.txt | |||
- sudo python3 -m pip install -r requirements_linux.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we work on a windows test in travis?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thoughts? Can't run travis on windows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a branch to add testing with Circle CI - I’ll message you
No description provided.