Codebase list gfapy / 20613c61-f843-43c0-8cb8-c4f00a06c574/main .travis.yml
20613c61-f843-43c0-8cb8-c4f00a06c574/main

Tree @20613c61-f843-43c0-8cb8-c4f00a06c574/main (Download .tar.gz)

.travis.yml @20613c61-f843-43c0-8cb8-c4f00a06c574/mainraw · history · blame

language: python
python:
  - "3.4"
env:
  - PYTHONHASHSEED=0
install:
  - pip install .
  - pip install nose
  - pip install Sphinx
script: "make tests"