mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Run python-build tests as script
on travis-ci
This commit is contained in:
parent
6aa6d6b026
commit
715a7789ba
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
install: git clone https://github.com/sstephenson/bats.git
|
install: git clone https://github.com/sstephenson/bats.git
|
||||||
script: bats/bin/bats --tap test
|
script: bats/bin/bats --tap test plugins/python-build/test
|
||||||
after_script:
|
|
||||||
- bats/bin/bats --tap plugins/python-build/test
|
|
||||||
language: c
|
language: c
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in a new issue