Skip to content

Commit

Permalink
Fix bugs in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whtsky committed Apr 27, 2016
1 parent eccd186 commit 98ad074
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,24 @@ language:

env:
matrix:
- VERSION=2.6
- VERSION=2.7
- VERSION=3.3
- VERSION=3.4
- VERSION=3.5
- VERSION=2.6.6
- VERSION=2.7.11
- VERSION=3.3.5
- VERSION=3.4.4
- VERSION=3.5.1

install:
- source terryfy/travis_tools.sh
- source terryfy/library_installers.sh
- clean_builds
- get_python_environment macpython $VERSION venv
- pip install --upgrade pip wheel cython
- pip wheel .

script:
- python setup.py test

after_success:
- pip wheel . -w wheelhouse/
- ls
- ls wheelhouse/

deploy:
provider: releases
Expand Down

0 comments on commit 98ad074

Please sign in to comment.