Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
998d3bd
1
Parent(s):
91735eb
Switch travis to macOS
Browse files- .travis.yml +5 -7
.travis.yml
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
language: julia
|
2 |
-
|
|
|
|
|
3 |
include:
|
4 |
- name: "Linux"
|
5 |
os: linux
|
@@ -11,15 +13,11 @@ matrix:
|
|
11 |
os: windows
|
12 |
before_install:
|
13 |
- choco install python
|
|
|
14 |
- python -m pip install --upgrade pip
|
15 |
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
|
16 |
-
|
17 |
-
julia:
|
18 |
-
- 1
|
19 |
-
|
20 |
-
jobs:
|
21 |
allow_failures:
|
22 |
-
- os:
|
23 |
- os: windows
|
24 |
|
25 |
before_script:
|
|
|
1 |
language: julia
|
2 |
+
julia:
|
3 |
+
- 1
|
4 |
+
jobs:
|
5 |
include:
|
6 |
- name: "Linux"
|
7 |
os: linux
|
|
|
13 |
os: windows
|
14 |
before_install:
|
15 |
- choco install python
|
16 |
+
- python -m ensurepip
|
17 |
- python -m pip install --upgrade pip
|
18 |
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
|
|
|
|
|
|
|
|
|
|
|
19 |
allow_failures:
|
20 |
+
- os: linux
|
21 |
- os: windows
|
22 |
|
23 |
before_script:
|