diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-23 11:30:38 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-23 11:30:38 +1000 |
| commit | b53b4dabb608a5576c857b52da28cd6e4ab3353a (patch) | |
| tree | 8722a49e08b94eafcf0ed0a3ba0248e7a8ce09d8 /.travis.yml | |
| parent | c1ff1e4454d24c1144e96b98de4fc1799e85c6fa (diff) | |
General: Remove requirements.txt
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 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 |
