Skip to content

Commit 5042e02

Browse files
committed
PEP8 and update testing
1 parent 941dc3e commit 5042e02

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
5-
- "3.4"
64
- "3.5"
75
- "3.6"
6+
- "3.7"
87
install:
98
- pip install .
109
- pip install flake8
1110

1211
script:
1312
- py.test
14-
- flake8 . --ignore=E501,E722,E741 --exclude=docs/conf.py
13+
- flake8 . --ignore=E501,E722,E741,W605 --exclude=docs/conf.py

0 commit comments

Comments
 (0)