mirror of
https://github.com/pyenv/pyenv-update.git
synced 2025-11-17 07:43:46 -05:00
Merge pull request #5 from pyenv/add-travis-conf
Add placeholder for tests on travis-ci.org
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
sudo: false
|
||||
install: git clone https://github.com/sstephenson/bats.git
|
||||
script: bats/bin/bats --tap test
|
||||
language: c
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
@@ -1,5 +1,7 @@
|
||||
# pyenv-update
|
||||
|
||||
[](https://travis-ci.org/pyenv/pyenv-update)
|
||||
|
||||
pyenv-update is a [pyenv](https://github.com/pyenv/pyenv) plugin
|
||||
that provides a `pyenv update` command to update pyenv and its plugins.
|
||||
|
||||
|
||||
0
test/test_helper.bash
Normal file
0
test/test_helper.bash
Normal file
Reference in New Issue
Block a user