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 b43000d commit 5463bbeCopy full SHA for 5463bbe
.moban.d/travis.yml
@@ -10,5 +10,5 @@
10
- 3.5
11
{%endblock%}
12
13
-{% block custom_install %} - pip install pyramid==PYRAMID_VERSION
+{% block custom_install %} - pip install pyramid==$PYRAMID_VERSION
14
{% endblock%}
.travis.yml
@@ -12,7 +12,7 @@ python:
- 3.4
install:
15
- - pip install pyramid==PYRAMID_VERSION
+ - pip install pyramid==$PYRAMID_VERSION
16
- pip install -r requirements.txt
17
- pip install -r tests/requirements.txt
18
script:
0 commit comments