We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cce907 commit 00c9177Copy full SHA for 00c9177
.travis.yml
@@ -8,6 +8,9 @@ python:
8
- '3.4'
9
- nightly
10
- pypy
11
+matrix:
12
+ allow_failures:
13
+ - python: nightly
14
install:
15
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi"
16
- pip install pylint
0 commit comments