Skip to content

Commit 99f141a

Browse files
committed
use default travis config
1 parent 33518ca commit 99f141a

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

.moban.d/travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.moban.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ configuration:
77
targets:
88
- setup.py: setup.py
99
- "docs/source/conf.py": "docs/source/conf.py.jj2"
10-
- .travis.yml: travis.yml
10+
- .travis.yml: travis.yml.jj2
1111
- requirements.txt: requirements.txt
1212
- LICENSE: LICENSE.jj2
1313
- MANIFEST.in: MANIFEST.in.jj2

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ language: python
33
notifications:
44
email: false
55
python:
6-
- 2.6
7-
- 2.7
8-
- 3.3
9-
- 3.4
6+
- 3.6
107
- 3.5
8+
- 3.4
9+
- 3.3
10+
- 2.7
11+
- 2.6
12+
- pypy
1113
before_install:
1214
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install flake8==2.6.2; fi
1315
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then

0 commit comments

Comments
 (0)