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 ca66fdf commit 81ca042Copy full SHA for 81ca042
.moban.d/travis.yml
@@ -1,12 +1,11 @@
1
{% extends "travis.yml.jj2" %}
2
{%block custom_python_versions%}
3
python:
4
+ - 3.7-dev
5
- 3.6
6
- 3.5
7
- 3.4
- - 3.3
8
- 2.7
9
- - 2.6
10
{%endblock%}
11
12
{% block custom_install %} - if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi
.travis.yml
@@ -3,12 +3,11 @@ language: python
notifications:
email: false
before_install:
13
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi
14
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install weakrefset; fi
0 commit comments