Skip to content

Commit 98ad074

Browse files
committed
Fix bugs in .travis.yml
1 parent eccd186 commit 98ad074

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Diff for: .travis.yml

+6-8
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,24 @@ language:
33

44
env:
55
matrix:
6-
- VERSION=2.6
7-
- VERSION=2.7
8-
- VERSION=3.3
9-
- VERSION=3.4
10-
- VERSION=3.5
6+
- VERSION=2.6.6
7+
- VERSION=2.7.11
8+
- VERSION=3.3.5
9+
- VERSION=3.4.4
10+
- VERSION=3.5.1
1111

1212
install:
13-
- source terryfy/travis_tools.sh
1413
- source terryfy/library_installers.sh
1514
- clean_builds
1615
- get_python_environment macpython $VERSION venv
1716
- pip install --upgrade pip wheel cython
18-
- pip wheel .
1917

2018
script:
2119
- python setup.py test
2220

2321
after_success:
2422
- pip wheel . -w wheelhouse/
25-
- ls
23+
- ls wheelhouse/
2624

2725
deploy:
2826
provider: releases

0 commit comments

Comments
 (0)