This website requires JavaScript.
Explore
Help
Sign in
github
/
pyenv
Watch
1
Star
0
Fork
You've already forked pyenv
0
mirror of
https://github.com/pyenv/pyenv.git
synced
2024-11-30 16:32:26 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
6b1cc34610
pyenv
/
test
/
run
5 lines
64 B
Text
Raw
Normal View
History
Unescape
Escape
Test compiled native extensions on Travis CI
2014-01-04 15:58:12 -05:00
#!/usr/bin/env bash
set -e
test/run: handle optional paths/args for bats This allows to run a single test file more easily, although that could be done by calling bats directly.
2018-09-19 02:23:41 -04:00
exec bats ${CI:+--tap} "${@:-test}"
Reference in a new issue
Copy permalink