Skip to content

Commit 5463bbe

Browse files
committed
update travis script
1 parent b43000d commit 5463bbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.moban.d/travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
- 3.5
1111
{%endblock%}
1212

13-
{% block custom_install %} - pip install pyramid==PYRAMID_VERSION
13+
{% block custom_install %} - pip install pyramid==$PYRAMID_VERSION
1414
{% endblock%}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python:
1212
- 3.4
1313
- 3.5
1414
install:
15-
- pip install pyramid==PYRAMID_VERSION
15+
- pip install pyramid==$PYRAMID_VERSION
1616
- pip install -r requirements.txt
1717
- pip install -r tests/requirements.txt
1818
script:

0 commit comments

Comments
 (0)