Skip to content

Commit

Permalink
update env and update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rushilsrivastava committed May 23, 2020
1 parent 0b42e06 commit 7196b60
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,15 @@ Session.vim

# Sublime Text
*.sublime-*

# JetBrains
.idea/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ commands =
skip_install = True
deps =
.[test_all]
flake8>=2.5.0
isort==4.2.2
flake8>=3.7.9
isort>=4.3.21

0 comments on commit 7196b60

Please sign in to comment.