diff options
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | requirements.txt | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index a577466..6a109d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - "3.6" install: - - pip install -r requirements.txt + - pip install flake8 pylint script: - flake8 wal diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 897e59f..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -flake8 -pylint |
