Skip to content

Commit

Permalink
update travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EhsanGharibNezhad committed Nov 27, 2023
1 parent 380cbf7 commit d1be54d
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 @@ -3,18 +3,17 @@ language: python
python:
- 3.9


# Define the build stages
jobs:
include:
- stage: "Test with Linux"
name: "Test with Linux"
install:
- conda create -q -n test python=3.9
- conda activate test
- source activate test # Use `source activate` to activate the Conda environment
- pip install -r requirements.txt
script:
- python3.9 setup.py develop
- python setup.py develop

# Define additional configurations
branches:
Expand Down

0 comments on commit d1be54d

Please sign in to comment.