mirror of
https://github.com/danbulant/deno_install
synced 2026-06-24 17:21:48 +00:00
16 lines
253 B
YAML
16 lines
253 B
YAML
language: python
|
|
|
|
os:
|
|
- linux
|
|
# Travis does not support python on osx yet.
|
|
# see: https://github.com/travis-ci/travis-ci/issues/2312
|
|
# - osx
|
|
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
|
|
# Test the install script.
|
|
script:
|
|
- ./install.py
|
|
- ./install_test.py
|