Skip to content

A Package example that works with Julia 1.0.0 and up on Travis.

License

Notifications You must be signed in to change notification settings

Timmmdavis/JuliaTravisTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TravisTest

Build Status Coverage Status

A Package example that works with Julia 1.0.0 and up on Travis.

/test contains the test scripts.

/src contains the Module and Function definitions.

when creating a new package to get a new UUID call

>julia ] generate PackageNameHere

Call a 2nd time to get the directory (or find this package using julia> pwd() )

Module dependencies are added by: cd into package folder

cd(raw"Path2Package") #on windows
] activate . #the Pkg manager should have the PKG Name on the left
add DEPNAME

this then does it all for you.

About

A Package example that works with Julia 1.0.0 and up on Travis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages