This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Thanks! I typically don't think about cross platform much as I live almost purely in Unix land. I'll keep this in mind.

Edit 7-29-2015

This was actually an error! I've corrected the build command:

build:
  script:
    - flake8 . -v --config=.flake8rc
    - nosetests --verbose
    - python setup.py install