From ac133272a4eb1fef6bd4f378677f07b4a471b61d Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 5 Feb 2021 14:50:02 -0500 Subject: [PATCH] Trying to fix Travis file --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 94a3e07..9db3406 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,6 @@ before_install: conda create -y -q -n freecad_cq3 -c cadquery -c conda-forge freecad=0.17 python=3.6 pyparsing conda mock coverage codecov; source ~/miniconda/bin/activate freecad_cq3; else - # This installs a version that is too new - # sudo add-apt-repository -y ppa:freecad-maintainers/freecad-stable; sudo apt-get update -qq; sudo apt-get install -y freecad; pip install -r requirements-dev.txt;