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 33518ca commit 99f141aCopy full SHA for 99f141a
.moban.d/travis.yml
.moban.yml
@@ -7,7 +7,7 @@ configuration:
7
targets:
8
- setup.py: setup.py
9
- "docs/source/conf.py": "docs/source/conf.py.jj2"
10
- - .travis.yml: travis.yml
+ - .travis.yml: travis.yml.jj2
11
- requirements.txt: requirements.txt
12
- LICENSE: LICENSE.jj2
13
- MANIFEST.in: MANIFEST.in.jj2
.travis.yml
@@ -3,11 +3,13 @@ language: python
3
notifications:
4
email: false
5
python:
6
- - 2.6
- - 2.7
- - 3.3
- - 3.4
+ - 3.6
- 3.5
+ - 3.4
+ - 3.3
+ - 2.7
+ - 2.6
+ - pypy
before_install:
14
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install flake8==2.6.2; fi
15
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
0 commit comments