We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c794ee4 commit a90b965Copy full SHA for a90b965
.travis.yml
@@ -95,7 +95,7 @@ install:
95
- pip install pytest-cov codecov
96
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
97
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune; fi
98
- - if [[ $TRAVIS_PYTHON_VERSION == "3.[5-9]"* ]]; then pip install Markdown; fi
+ - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown; fi
99
- pip install markdown2
100
101
before_script:
0 commit comments