Commit cf196499 authored by Marc Abramowitz's avatar Marc Abramowitz

Correct the name of the file for Python 3.3.0, removing rc1.

Hopefully, this will let the Travis CI build for Python 3.3.0 run now...
parent 9632be86
...@@ -12,7 +12,7 @@ endif ...@@ -12,7 +12,7 @@ endif
ifeq ($(PYTHON_VER),3.3) ifeq ($(PYTHON_VER),3.3)
PYTHON_MINOR = 3.3.0 PYTHON_MINOR = 3.3.0
PYTHON_ARCHIVE = Python-3.3.0rc1 PYTHON_ARCHIVE = Python-3.3.0
endif endif
PYTHON_ARCHIVE ?= Python-$(PYTHON_MINOR) PYTHON_ARCHIVE ?= Python-$(PYTHON_MINOR)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment