Skip to content

Commit 272a937

Browse files
committed
fix .travis.ymy
1 parent 7df9a99 commit 272a937

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: "python"
22
python:
3-
- "2.7"
4-
- "3.4"
5-
- "3.5"
3+
- "2.7"
4+
- "3.4"
5+
- "3.5"
66
install:
7-
pip install flake8
7+
pip install flake8
88
script:
9-
flake8 .
10-
python setup.py test
11-
9+
- flake8 .
10+
- python setup.py test

0 commit comments

Comments
 (0)