https://github.com/muammar/ml4chem
Raw File
Tip revision: 365487c23ea3386657e178e56ab31adfe8d5d073 authored by Muammar El Khatib on 05 April 2021, 17:05:37 UTC
Update neuralnetwork.py
Tip revision: 365487c
.travis.yml
dist: xenial
language: python
python: 3.7
install:
    - pip install -r requirements.txt --progress-bar off
      #- pip install sphinx sphinx-gallery sphinxcontrib-napoleon sphinxcontrib-bibtex sphinxcontrib-inlinesyntaxhighlight recommonmark sphinx_rtd_theme
script:
     - echo "skipping tests"
       #- echo "Building documentation"
       #- cd docs/
       #- make html
       #deploy:
       #  provider: pages
       #  skip-cleanup: true
       #  github-token: $GITHUB_TOKEN  # Set in the settings page of your repository, as a secure variable
       #  keep-history: true
       #  on:
       #    branch: master
       #  local_dir: build/html/
back to top