Skip to content

Commit

Permalink
ci: print Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Oct 3, 2016
1 parent 08572c3 commit 3f646b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ install:
virtualenv --python="$PYENV_ROOT/versions/pypy-$PYPY_VERSION/bin/python" "$HOME/virtualenvs/pypy-$PYPY_VERSION"
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
fi
- python -V
- python setup.py install
script:
- ./tests/tests.py
Expand Down

0 comments on commit 3f646b2

Please sign in to comment.