From 76d754cdde67e5850ee65375f1a35689acfdf13c Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 16 Oct 2017 14:13:58 +0200 Subject: [PATCH] updated testing stuff --- .travis.yml | 8 ++++---- appveyor.yml | 10 +++++----- test/test_linux.jl | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 83d176f9..4df825b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ os: - osx julia: - 0.6 -## - nightly + - nightly notifications: email: false git: @@ -13,9 +13,9 @@ git: ## uncomment the following lines to allow failures on nightly julia ## (tests will run but not make your overall status red) -#matrix: -# allow_failures: -# - julia: nightly +matrix: + allow_failures: + - julia: nightly ## uncomment and modify the following lines to manually install system packages #addons: diff --git a/appveyor.yml b/appveyor.yml index dbcd2b04..3c8c3774 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,16 +1,16 @@ environment: matrix: - #- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe" + - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe" - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe" - #- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe" - #- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe" + - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe" + - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe" ## uncomment the following lines to allow failures on nightly julia ## (tests will run but not make your overall status red) #matrix: # allow_failures: -# - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe" -# - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe" + - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe" + - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe" branches: only: diff --git a/test/test_linux.jl b/test/test_linux.jl index cb96f4fb..33d61555 100644 --- a/test/test_linux.jl +++ b/test/test_linux.jl @@ -1,4 +1,4 @@ using DFControl - +using Revise bands = read_qe_bands_file("/home/ponet/Documents/PhD/GeTe/SOC/GeTe_bands.out") plot(plot_qe_bands("/home/ponet/Documents/PhD/GeTe/SOC/GeTe_bands.out"),plot_qe_kpdos("/home/ponet/Documents/PhD/GeTe/NSOC/pwo.pdos_atm#2(Ge)_wfc#2(p)"))