Skip to content

Commit f955a9e

Browse files
authored
Merge pull request #20 from FlipperPA/add-venv
Add venv to .gitignore.
2 parents 46b1219 + ae456ba commit f955a9e

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ __pycache__
99
/docs/_build
1010
/.htmlcov
1111
*.egg-info/
12-
.vscode/
12+
.vscode/
13+
venv/

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,14 @@ addons:
99
packages:
1010
- pypy
1111
- python3.6
12-
- python3.7
13-
- python3.8
1412

1513
python:
1614
- "3.6"
17-
- "3.7"
18-
- "3.8"
1915

2016
env:
2117
matrix:
22-
- TOXENV=py36-dj22
23-
- TOXENV=py37-dj22
24-
- TOXENV=py38-dj22
18+
- TOXENV=dj22
19+
- TOXENV=dj30
2520

2621
- TOXENV=flake8
2722

0 commit comments

Comments
 (0)