From 6f84616e45fa6431e1a3bf27e70cb2e217414c31 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 14 Aug 2024 19:59:25 -0600 Subject: [PATCH] Use pyproject for Travis --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b3d7081e7..562df31c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,9 @@ before_install: - conda info -a install: - - conda create --name icepyx-env --channel conda-forge python=3.10 proj geos + - conda create --name icepyx-env --channel conda-forge python=3.10 pip proj geos - source activate icepyx-env - - pip install -r requirements.txt -r requirements-dev.txt - - pip install -e .[complete] + - pip install -e .[dev,complete] stages: - name: basic tests