General: Remove requirements.txt

This commit is contained in:
Dylan Araps 2017-06-23 11:30:38 +10:00
parent c1ff1e4454
commit b53b4dabb6
2 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,7 @@ python:
- "3.6" - "3.6"
install: install:
- pip install -r requirements.txt - pip install flake8 pylint
script: script:
- flake8 wal - flake8 wal

View File

@ -1,2 +0,0 @@
flake8
pylint