Skip to content

Commit 5c0eebb

Browse files
authored
Merge pull request #19
Add flake8 test to travis.yml
2 parents ae8ed0b + 609c9b2 commit 5c0eebb

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.travis.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
language: python
2+
23
python:
3-
- '2.7'
4-
- '3.4'
4+
- '2.7'
5+
- '3.4'
6+
57
install:
6-
- pip install -r requirements.txt
7-
- pip install -r test-requirements.txt
8-
script: nosetests
8+
- pip install -r requirements.txt
9+
- pip install -r test-requirements.txt
10+
11+
script:
12+
- nosetests
13+
- flake8
14+
915
deploy:
1016
provider: pypi
1117
user: internaphosting

0 commit comments

Comments
 (0)