Skip to content

Commit

Permalink
And again, Travis...
Browse files Browse the repository at this point in the history
  • Loading branch information
al45tair committed Jul 27, 2017
1 parent f1f3f36 commit 6af91bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ language: python
install:
- |
eval "$(pyenv init -)"
env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install --skip-existing $(PYVER)
pyenv global $(PYVER)
pyenv shell $(PYVER)
env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install --skip-existing $PYVER
pyenv global $PYVER
pyenv shell $PYVER
pip install -U pip setuptools wheel
pip install .
Expand All @@ -18,4 +18,4 @@ matrix:
language: generic
env: PYTHON=python2.7 PYVER=2.7.13

script: $(PYTHON) setup.py test
script: $PYTHON setup.py test

0 comments on commit 6af91bf

Please sign in to comment.