Skip to content

Commit

Permalink
Merge pull request #64 from plone/fix-travis-flake8-install
Browse files Browse the repository at this point in the history
Fix travis flake8 install
  • Loading branch information
lrowe authored Oct 11, 2016
2 parents df5bf90 + ad8fca5 commit 58d27ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
install:
- pip install --use-mirrors flake8
- pip install flake8
script:
- flake8 lib setup.py
- python setup.py test
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = flake8, py26, py27, py33, py34
envlist = flake8, py27, py33, py34, py35

[testenv]
commands = python setup.py test
Expand Down

0 comments on commit 58d27ef

Please sign in to comment.