Skip to content

Commit

Permalink
MAINT: Use specific versions in appveyor.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Aug 2, 2016
1 parent 2a2e92c commit 9be8d4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ environment:
- PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
PANDAS_VERSION: "0.18.1"
NUMPY_VERSION: "1.11"
SCIPY_VERSION: "0.17.0"
NUMPY_VERSION: "1.11.1"
SCIPY_VERSION: "0.17.1"

- PYTHON_VERSION: "3.4"
PYTHON_ARCH: "64"
PANDAS_VERSION: "0.18.1"
NUMPY_VERSION: "1.11"
SCIPY_VERSION: "0.17.0"
NUMPY_VERSION: "1.11.1"
SCIPY_VERSION: "0.17.1"

# We always use a 64-bit machine, but can build x86 distributions
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).
Expand Down

0 comments on commit 9be8d4e

Please sign in to comment.