Skip to content

Commit b5dc3ca

Browse files
author
Saurabh Kumar
committed
try fix flake8
1 parent d8c5741 commit b5dc3ca

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
language: python
22
sudo: false
3+
34
python:
4-
- '2.6'
55
- '2.7'
6-
- '3.3'
76
- '3.4'
87
- '3.5'
8+
- '3.6'
99
- pypy
10+
1011
install:
1112
- pip install python-coveralls
1213
- pip install -q -r requirements.txt
1314
- pip install --editable .
15+
1416
before_script: flake8
17+
1518
script:
1619
- coverage run --source=usernames/ --omit='*tests*' -m py.test tests/ -v --tb=native
1720
- coverage report
21+
1822
after_script:
1923
- coveralls
24+
2025
deploy:
2126
provider: pypi
2227
user: theskumar

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
bumpversion
2-
flake8
2+
flake8==2.4.1
33
pytest

0 commit comments

Comments
 (0)