Skip to content
Snippets Groups Projects
.travis.yml 492 B
Newer Older
  • Learn to ignore specific revisions
  • ulif's avatar
    ulif committed
    language: python
    python:
      - "2.7"
      - "3.3"
    before_install:
      # Workaround for a permissions issue with Travis virtual machine images
      # that breaks Python's multiprocessing:
      # https://github.com/travis-ci/travis-cookbooks/issues/155
      - sudo rm -rf /dev/shm
      - sudo ln -s /run/shm /dev/shm
    # command to install dependencies
    install:
      - python setup.py dev
    # command to run tests
    
    script:
      - python setup.py test
      # simply running the `diceware` cmd will ensure no errors
      - diceware