Skip to content

Commit

Permalink
Use pyproject for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Aug 15, 2024
1 parent cda0b9f commit b1935b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1935b2

Please sign in to comment.