Skip to content
.travis.yml 100 B
Newer Older
language: clojure
install:
  - lein install
script:
  - lein new python foo
  - cd foo && make test