We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccd186 commit 98ad074Copy full SHA for 98ad074
.travis.yml
@@ -3,26 +3,24 @@ language:
3
4
env:
5
matrix:
6
- - VERSION=2.6
7
- - VERSION=2.7
8
- - VERSION=3.3
9
- - VERSION=3.4
10
- - VERSION=3.5
+ - VERSION=2.6.6
+ - VERSION=2.7.11
+ - VERSION=3.3.5
+ - VERSION=3.4.4
+ - VERSION=3.5.1
11
12
install:
13
- - source terryfy/travis_tools.sh
14
- source terryfy/library_installers.sh
15
- clean_builds
16
- get_python_environment macpython $VERSION venv
17
- pip install --upgrade pip wheel cython
18
- - pip wheel .
19
20
script:
21
- python setup.py test
22
23
after_success:
24
- pip wheel . -w wheelhouse/
25
- - ls
+ - ls wheelhouse/
26
27
deploy:
28
provider: releases
0 commit comments