[ADD] files to create packages and testing

This commit is contained in:
Eduardo Cueto Mendoza 2020-05-13 15:32:30 -06:00
parent cbf4de3828
commit 1fb180734b
1 changed files with 5 additions and 0 deletions

View File

@ -5,5 +5,10 @@
# now we have to use in julia REPL ] then add "Package name"
import PkgDev
using Pkg
PkgDev.enable_pkgbutler("Volume")
Pkg.test("Volume")