Skip to content

Commit 3f832d6

Browse files
committed
Add support for Project.toml
Also: -Deprecate REQUIRE file. -Remove support for Julia < 1.0.
1 parent 50860bb commit 3f832d6

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ os:
44
- linux
55
- osx
66
julia:
7-
- 0.7
87
- 1.0
98
- nightly
109
matrix:

Project.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name = "SpiceData"
2+
uuid = "8ca2a67e-f683-5b14-a319-732e1d1d8f2e"
3+
version = "0.3.1"
4+
5+
[deps]
6+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
7+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
8+
9+
[compat]
10+
julia = "1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ SpiceData currently supports the following SPICE file formats:
3939

4040
Extensive compatibility testing of SpiceData.jl has not been performed. The module has been tested using the following environment(s):
4141

42-
- Linux / Julia-0.7.0 (64-bit)
42+
- Linux / Julia-1.1.1 (64-bit)

REQUIRE

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

0 commit comments

Comments
 (0)