Skip to content

Commit

Permalink
version for Julia 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Sep 19, 2018
1 parent 5975931 commit e9523c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ 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.clone(pwd())'
- julia -e 'using Pkg; Pkg.add("Distributed")'
- julia -e 'using Pkg; Pkg.build("Cumulants"); Pkg.test("Cumulants"; coverage=true)'
after_success:
- julia -e 'using Pkg; cd(Pkg.dir("Cumulants")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
3 changes: 2 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
julia 0.7 1.0-
julia 0.7
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
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 e9523c0

Please sign in to comment.