Skip to content

Commit fa279eb

Browse files
committed
Upgrade REQUIRE -> Project.toml
Generated with Pkg.jl's gen_project.jl script; edited to add the current AxisArrays version number.
1 parent 48ec735 commit fa279eb

File tree

4 files changed

+32
-11
lines changed

4 files changed

+32
-11
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@ os:
55
julia:
66
- 0.7
77
- 1.0
8+
- 1.1
9+
- 1.2
810
- nightly
911
notifications:
1012
email: false
1113
matrix:
1214
allow_failures:
1315
- julia: nightly
1416

15-
# uncomment the following lines to override the default test script
16-
script:
17-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
18-
- julia --check-bounds=yes --color=yes -e 'import Pkg; Pkg.clone(pwd()); Pkg.build("AxisArrays"); Pkg.test("AxisArrays"; coverage=true)';
17+
# script:
18+
# # Default Travis script uses the more or less the following with Project.toml
19+
# - julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'
1920

21+
# TODO: modernize doc building to use Project.toml for Documenter.
2022
jobs:
2123
include:
2224
- stage: deploy

Project.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name = "AxisArrays"
2+
uuid = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
3+
version = "0.3.0"
4+
5+
[deps]
6+
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
7+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
8+
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
9+
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
10+
RangeArrays = "b3c3ace0-ae52-54e7-9d0b-2c1406fd6b9d"
11+
12+
[compat]
13+
Compat = "≥ 0.61.0"
14+
IntervalSets = "≥ 0.1.0"
15+
Unitful = "≥ 0.2.6"
16+
julia = "≥ 0.7.0"
17+
18+
[extras]
19+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
20+
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
21+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
22+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
23+
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
24+
25+
[targets]
26+
test = ["OffsetArrays", "Unitful", "Dates", "Test", "Random"]

REQUIRE

Lines changed: 0 additions & 5 deletions
This file was deleted.

test/REQUIRE

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)