Commit 6e0a29de authored by Jason R. Coombs's avatar Jason R. Coombs

Also force newer version of flake8, required by pytest-flake8 0.6.

parent 29016f7e
...@@ -12,7 +12,7 @@ env: ...@@ -12,7 +12,7 @@ env:
- LC_ALL=C LC_CTYPE=C - LC_ALL=C LC_CTYPE=C
script: script:
# avoid VersionConflict when newer version is required # avoid VersionConflict when newer version is required
- pip install -U pytest - pip install -U pytest flake8
# Output the env, because the travis docs just can't be trusted # Output the env, because the travis docs just can't be trusted
- env - env
......
...@@ -12,5 +12,6 @@ install: ...@@ -12,5 +12,6 @@ install:
build: off build: off
test_script: test_script:
- "python -m pip install -U flake8"
- "python bootstrap.py" - "python bootstrap.py"
- "python setup.py test" - "python setup.py test"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment