Skip to content

Commit c1e986e

Browse files
committed
TravisCi: Only run pep8 pass for now
1 parent f4e4a44 commit c1e986e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ sudo: false
44

55
matrix:
66
include:
7-
- env: TOXENV=flake8
8-
python: 3.6
9-
- env: TOXENV=py35-master
7+
- env: TOXENV=pep8
108
python: 3.6
119

1210
install: pip install tox

0 commit comments

Comments
 (0)