diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-20 13:29:53 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-20 13:29:53 -0500 |
| commit | 3cbad557ea131870235ba518d60341550e7cfcf9 (patch) | |
| tree | a0edbdf6fe841fceac55d69299e02270769b605e | |
| parent | 3e8bbc50dc76e42a25909e502ef378188dc67345 (diff) | |
| download | flake8-3cbad557ea131870235ba518d60341550e7cfcf9.tar.gz | |
Remove mypy from list of tox environments
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index c9a85f4..20c7c29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,6 @@ matrix: - python: 3.4 env: TOXENV=doc8 - python: 3.4 - env: TOXENV=mypy - - python: 3.4 env: TOXENV=bandit - python: 3.4 env: TOXENV=docs |
