Skip to content

Commit b1f8d46

Browse files
authored
Migrate to Project.toml from REQUIRE files (#50)
Also replace 0.7 with 1.0 for testing.
1 parent c314cd4 commit b1f8d46

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ branches:
77
only:
88
- master
99
julia:
10-
- 0.7
1110
- 1.0
11+
- 1.3
1212
- nightly
1313
matrix:
1414
allow_failures:

Project.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "CoordinateTransformations"
2+
uuid = "150eb455-5306-5404-9cee-2592286d6298"
3+
version = "0.5.0"
4+
5+
[deps]
6+
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
7+
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
8+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
9+
10+
[compat]
11+
julia = "1"
12+
Rotations = "0"
13+
StaticArrays = "0.12"
14+
Compat = "0.69, 1, 2, 3"
15+
16+
[extras]
17+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
18+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
19+
20+
[targets]
21+
test = ["Test", "ForwardDiff"]

REQUIRE

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

test/REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)