Skip to content

Commit 8dda160

Browse files
committed
update travis noe for hypernetx 1.2.5
1 parent 9aab0cb commit 8dda160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212
env:
1313
- PYTHON=~/.julia/conda/3/bin/python
1414
before_install:
15-
- julia -e 'using Pkg; Pkg.add.(["PyCall","Conda"]); Pkg.build("PyCall");using PyCall;println("Python for Julia $(PyCall.python) ver. $(PyCall.pyversion)"); using Conda; Conda.add.(["matplotlib","networkx"]);run(`$(PyCall.python) -m pip install hypernetx`)';
15+
- julia -e 'using Pkg; Pkg.add.(["PyCall","Conda"]); Pkg.build("PyCall");using PyCall;println("Python for Julia $(PyCall.python) ver. $(PyCall.pyversion)"); using Conda; Conda.add.(["matplotlib","networkx"]);run(`$(PyCall.python) -m pip install hypernetx==1.2.5`)';
1616

1717

1818
notifications:

0 commit comments

Comments
 (0)