Skip to content

Commit

Permalink
added pep8 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed Jan 4, 2017
1 parent 6074f79 commit 32f0883
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ language: python
python:
- 3.4
- 3.5
install: python setup.py install
install:
- pip install pytest-pep8
- python setup.py install
script: python setup.py test

0 comments on commit 32f0883

Please sign in to comment.