Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Try building wheels for 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Jun 15, 2017
1 parent d85dfe1 commit cf5f4e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
env:
global:
- REPO_DIR=astropy
- BUILD_COMMIT=v1.3.2
- BUILD_COMMIT=v1.3.3
- PLAT=x86_64
- UNICODE_WIDTH=32
- NP_BUILD_DEP="numpy==1.8.1"
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -2,9 +2,9 @@ environment:
global:
REPO_DIR: astropy
PACKAGE_NAME: astropy
BUILD_COMMIT: v1.3.2
BUILD_DEPENDS: "numpy>=1.7.0 cython jinja2"
TEST_DEPENDS: "numpy>=1.7.0"
BUILD_COMMIT: v1.3.3
BUILD_DEPENDS: "numpy>=1.8.1 cython jinja2"
TEST_DEPENDS: "numpy>=1.8.1"
WHEELHOUSE_UPLOADER_USERNAME: travis-worker
WHEELHOUSE_UPLOADER_SECRET:
secure:
Expand Down

0 comments on commit cf5f4e8

Please sign in to comment.