Skip to content

Commit

Permalink
Removes Python required version from Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqueDaniel committed Feb 15, 2020
1 parent 1788791 commit 7e035cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ pylint = "*"

[packages]
requests = "*"

[requires]
python_version = "3.4"
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ init:
- ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH% %HOMEDRIVE%%HOMEPATH%

install:
- "%PYTHON%/Scripts/pip.exe install pipenv"
- "%PYTHON%/python.exe -m pipenv install --dev"
- ps: "%PYTHON%/Scripts/python.exe -Wignore -m pip install pipenv"
- ps: rm Pipfile.lock
- ps: $PIPENV_QUIET="true"
- ps: "%PYTHON%/python.exe -m pipenv install --dev"

test_script:
- "%PYTHON%/python.exe -m pipenv run pylint pybooru/"
Expand Down

0 comments on commit 7e035cc

Please sign in to comment.