Skip to content

Commit 28530d5

Browse files
committed
Merge pull request realpython#354 from JeffPaine/patch-1
Remove python 2.5 from example travis config (not supported)
2 parents cb2998a + ed74bde commit 28530d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/scenarios/ci.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,10 @@ example content::
6565

6666
language: python
6767
python:
68-
- "2.5"
6968
- "2.6"
7069
- "2.7"
71-
- "3.1"
7270
- "3.2"
71+
- "3.3"
7372
# command to install dependencies
7473
script: python tests/test_all_of_the_units.py
7574
branches:

0 commit comments

Comments
 (0)