Skip to content
Snippets Groups Projects
.travis.yml 209 B
Newer Older
  • Learn to ignore specific revisions
  • David Trattnig's avatar
    David Trattnig committed
    # ref: https://docs.travis-ci.com/user/languages/python
    language: python
    python:
    
    David Trattnig's avatar
    David Trattnig committed
      - "3.7"
    
    David Trattnig's avatar
    David Trattnig committed
    # command to install dependencies
    install: "pip install -r requirements.txt"
    # command to run tests
    script: nosetests