Giter Site home page Giter Site logo

pilgrim2go / venv-update Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yelp/venv-update

0.0 2.0 0.0 642 KB

Synchronize your virtualenv quickly and exactly.

Home Page: http://venv-update.rtfd.org

License: MIT License

Shell 4.34% Makefile 0.42% Python 94.74% C 0.50%

venv-update's Introduction

venv-update

Quickly and exactly synchronize a large python project's virtualenv with its requirements.

[PyPI version] (https://pypi.python.org/pypi/venv-update) [Circle CI] (https://circleci.com/gh/Yelp/venv-update/tree/stable) [Travis CI] (https://travis-ci.org/Yelp/venv-update/branches) [Coverage] (https://codecov.io/github/Yelp/venv-update?branch=stable) [Documentation] (http://venv-update.readthedocs.org/en/stable/)

Please see http://venv-update.readthedocs.org/en/stable/ for the complete documentation.

How to Contribute

  1. Fork this repository on github: https://help.github.com/articles/fork-a-repo/

  2. Clone it: https://help.github.com/articles/cloning-a-repository/

  3. Make a feature branch for your changes:

     git remote add yelp https://github.com/Yelp/venv-update.git
     git fetch yelp
     git checkout yelp/development -b my-feature-branch
    
  4. Make sure the test suite works before you start:

     source .activate.sh
     make test
    
  5. Commit patches: http://gitref.org/basic/

  6. Push to github: git pull && git push origin

  7. Send a pull request: https://help.github.com/articles/creating-a-pull-request/

Running tests:

Run a particular test:

py.test tests/functional/simple_test.py::test_downgrade

See all output from a test:

py.test -s -k downgrade

Check coverage of a single test:

./test tests/functional/simple_test.py::test_downgrade

venv-update's People

Contributors

bukzor avatar chriskuehl avatar asottile avatar northisup avatar kentwills avatar dnephin avatar struys avatar campaul avatar

Watchers

iapilgrim avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.