mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #354 from JeffPaine/patch-1
Remove python 2.5 from example travis config (not supported)
This commit is contained in:
@@ -65,11 +65,10 @@ example content::
|
|||||||
|
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.5"
|
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.1"
|
|
||||||
- "3.2"
|
- "3.2"
|
||||||
|
- "3.3"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
script: python tests/test_all_of_the_units.py
|
script: python tests/test_all_of_the_units.py
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
Reference in New Issue
Block a user