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 adbb5d7 commit 9c38346
Showing 1 changed file with 38 additions and 13 deletions.
51 changes: 38 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,45 @@
language: python
python:
- "3.9"

git:
submodules: true
jobs:
include:
- name: "Python 3.9 on macOS"
os: osx
language: python
python: 3.9

install:
- pip install TelescopeML
git:
submodules: true

script:
- python3.9 setup.py develop
install:
- pip install TelescopeML

branches:
only:
- main # Adjust to your main branch name, e.g., master
script:
- python3.9 setup.py develop

notifications:
email: false
branches:
only:
- main # Adjust to your main branch name, e.g., master

notifications:
email: false

#language: python
#python:
# - "3.9"
#
#git:
# submodules: true
#
#install:
# - pip install TelescopeML
#
#script:
# - python3.9 setup.py develop
#
#branches:
# only:
# - main # Adjust to your main branch name, e.g., master
#
#notifications:
# email: false

0 comments on commit 9c38346

Please sign in to comment.