Skip to content

Commit 81ca042

Browse files
committed
🔥 replace python 2.6 3.3 with python 3.7-dev
1 parent ca66fdf commit 81ca042

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.moban.d/travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{% extends "travis.yml.jj2" %}
22
{%block custom_python_versions%}
33
python:
4+
- 3.7-dev
45
- 3.6
56
- 3.5
67
- 3.4
7-
- 3.3
88
- 2.7
9-
- 2.6
109
{%endblock%}
1110

1211
{% block custom_install %} - if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ language: python
33
notifications:
44
email: false
55
python:
6+
- 3.7-dev
67
- 3.6
78
- 3.5
89
- 3.4
9-
- 3.3
1010
- 2.7
11-
- 2.6
1211
before_install:
1312
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi
1413
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install weakrefset; fi

0 commit comments

Comments
 (0)