Skip to content

Commit

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

0 comments on commit a86ce26

Please sign in to comment.