Skip to content

Commit

Permalink
Add a test against py35
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 3, 2015
1 parent 953fbfc commit 6f139f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ python:
- 3.2
- 3.3
- 3.4
- 3.5

before_install:
- ccache -s
Expand Down
2 changes: 1 addition & 1 deletion tools/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [[ $PY == 2.7* ]]; then
ln -sf $LIB_SYSTEM_PATH/$LIB $LIB_VIRTUALENV_PATH/$LIB
done

elif [[ $PY != 3.2* ]]; then
elif [[ $PY != 3.2* ]] && [[ $PY != 3.5* ]]; then
python ~/venv/bin/pyside_postinstall.py -install
fi

Expand Down

0 comments on commit 6f139f5

Please sign in to comment.