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 e9f91a5 commit c0cd3e9Copy full SHA for c0cd3e9
.travis.yml
@@ -1,14 +1,18 @@
1
language: python
2
3
python:
4
- - "3.7-dev"
5
- - "3.6"
6
- - "3.5"
7
- - "3.4"
8
- - "3.3"
9
- - "3.2"
10
- - "2.7"
11
- - "2.6"
+- "3.7-dev"
+- "3.6"
+- "3.5"
+- "3.4"
+- "3.3"
+- "3.2"
+- "2.7"
+- "2.6"
12
+
13
+env:
14
+- SCRIPT_SRC=local
15
+- SCRIPT_SRC=remote
16
17
before_script:
18
- source helpers.sh
@@ -27,6 +31,3 @@ script:
27
31
28
32
matrix:
29
33
fast_finish: true
30
- global:
- - SCRIPT_SRC=local
- - SCRIPT_SRC=remote
0 commit comments