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 427933c commit aab99d9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,22 @@ jobs:
name: "Test on Linux"
script:
- pip install -r requirements.txt
- python3.9 setup.py develop
- python3.9 -m unittest discover
- python setup.py develop

- stage: Test
name: "Test on macOS"
os: osx
script:
- pip install -r requirements.txt
- python3.9 setup.py develop
- python3.9 -m unittest discover
- python setup.py develop

- stage: Test
name: "Test with Conda"
script:
- conda create --yes -n test-env python=$TRAVIS_PYTHON_VERSION
- conda activate test-env
- pip install -r requirements.txt
- python setup.py develop

# Define additional configurations
branches:
Expand Down

0 comments on commit aab99d9

Please sign in to comment.