Use python versions present in circle ci

This commit is contained in:
2016-01-07 16:43:46 +05:30
parent ddcc4c3cfc
commit 5ecbf36308
+5 -6
View File
@@ -3,14 +3,13 @@ machine:
version: version:
# major versions, test first # major versions, test first
- "2.7" - "2.7"
- "3.5-dev" - "3.5.0"
# other versions # other versions
- "2.6" - "2.6.8"
- "3.3" - "3.3.3"
- "3.4" - "3.4.3"
- "3.5"
- "nightly" - "nightly"
- "pypy" - "pypy-2.5.0"
# not included, for incompatibility # not included, for incompatibility
# - "2.5" # tarvis errs # - "2.5" # tarvis errs
# - "3.2" # humanfriendly cant install # - "3.2" # humanfriendly cant install