Skip to content

Commit 556b9df

Browse files
committed
Removed Python 2.5 and 2.6 tests.
1 parent f6a1f4b commit 556b9df

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ env:
77
- UNITTEST_NYAWC_SITE=1
88

99
python:
10-
- 2.5
11-
- 2.6
1210
- 2.7
1311
- 3.3
1412
- 3.4
@@ -25,4 +23,4 @@ install:
2523
- pip install -r requirements.txt
2624

2725
script:
28-
- python -m unittest discover
26+
- python -m unittest discoverpythonpyt

0 commit comments

Comments
 (0)