Skip to content

Commit

Permalink
Update gitignore and contributing notes
Browse files Browse the repository at this point in the history
  • Loading branch information
akalongman committed Oct 30, 2017
1 parent fff5b16 commit 34b3848
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.fuse_*
.idea/
.cache
env_py3/
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ or your own fork. If you do this, you can run the following commands to check if

Which should give you no failures or errors. You can ignore any skipped tests as these are for external tools.

If you have installed python 2 and 3 versions together, its recommended to use virtualenv:

1. Install virtualenv `sudo apt install python3-virtualenv`
2. Create a virtualenv for python3 `virtualenv --python=python3 env_py3`
3. Activate the virtualenv `source ./env_py3/bin/activate`
4. Install pytest `pip install pytest`
5. Now using this virtualenv try to run tests

Pushing
-------

Expand Down

1 comment on commit 34b3848

@viewsafe
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong intendation in vbs #389

Please sign in to comment.