Skip to content

Commit

Permalink
remove test/Project.toml (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Jun 3, 2023
1 parent 3752737 commit aafe423
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
AbstractFFTs = "0.4, 0.5, 1"
Aqua = "0.6"
DSP = "0.7.7"
FFTW = "1"
StatsBase = "0.32, 0.33, 0.34"
julia = "1.0"

Expand Down
16 changes: 0 additions & 16 deletions test/Project.toml

This file was deleted.

7 changes: 0 additions & 7 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
using Pkg

# Activate test environment on older Julia versions
@static if VERSION < v"1.2"
Pkg.activate(@__DIR__)
Pkg.develop(PackageSpec(; path=dirname(@__DIR__)))
Pkg.instantiate()
end

using ToeplitzMatrices, Test, LinearAlgebra, Aqua, Random
import StatsBase

Expand Down

0 comments on commit aafe423

Please sign in to comment.