Skip to content

Commit

Permalink
version 0.7 only
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Sep 19, 2018
1 parent 2c0a616 commit 5975931
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ os:
- osx
julia:
- 0.7
- 1.0
notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'using Pkg; Pkg.add("Distributed")'
- julia -e 'using Pkg; Pkg.clone(pwd())'
- julia -e 'using Pkg; Pkg.build("Cumulants"); Pkg.test("Cumulants"; coverage=true)'
after_success:
Expand Down
3 changes: 1 addition & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
julia 0.7
julia 0.7 1.0-
SymmetricTensors 1.0.0
Combinatorics
Distributions
Distributed
2 changes: 1 addition & 1 deletion src/Cumulants.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Cumulants
using SymmetricTensors
using Combinatorics
using Distributions
using Distributed
#using Distributed
import SymmetricTensors: pyramidindices, ind2range, sizetest, getblockunsafe
import Distributions: moment

Expand Down
4 changes: 0 additions & 4 deletions test/REQUIRE

This file was deleted.

2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Cumulants
using Distributions
using Combinatorics
using Random
using Distributed
#using Distributed
import Base: rand

import Cumulants: indpart, momentblock, blockel, accesscum, outprodblocks,
Expand Down

0 comments on commit 5975931

Please sign in to comment.