Removed minor version spec of Python.

master
Brandon Taylor 2014-09-12 09:24:35 -04:00
parent 922d289025
commit 0edc62ebe5
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ language: python
python:
- "2.6"
- "2.7.6"
- "2.7"
- "3.4"
env:
@ -30,11 +30,11 @@ matrix:
env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=python3_sample_project
-
python: "2.7.6"
python: "2.7"
env: DJANGO_VERSION=1.5.10 SAMPLE_PROJECT=sample_project
-
python: "2.7.6"
python: "2.7"
env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=python3_sample_project
-