Skip to content
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

Prepare for PyPI #110

Merged
merged 8 commits into from
Jan 21, 2019
Merged

Prepare for PyPI #110

merged 8 commits into from
Jan 21, 2019

Commits on Jan 20, 2019

  1. Create tox.ini

    Use tox to run tests and codify build/deployment
    cthoyt committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    1e06447 View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml

    Switch travis to use tox to run tests (not sure what the impact on coveralls will be. I've only ever used codecov so I'm not sure if this "adaptation" will work)
    cthoyt committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    2dc5ef4 View commit details
    Browse the repository at this point in the history
  3. Update setup.py

    Add exotic dependencies to setup
    
    Followed suggestions from https://stackoverflow.com/questions/12518499/pip-ignores-dependency-links-in-setup-py
    cthoyt committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    f79a3a3 View commit details
    Browse the repository at this point in the history
  4. Delete requirements.txt

    You don't need requirements.txt if you're a real library :)
    cthoyt committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    b9c4a19 View commit details
    Browse the repository at this point in the history
  5. Fix requirements

    cthoyt committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    7cd4aeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f77683 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f11be05 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51a0b71 View commit details
    Browse the repository at this point in the history