Skip to content

Commit e0bd9d5

Browse files
committed
Remove TravisCI support for python2.6
It has been decided that only python2.7 will be supported for roundup v1.6.x onwards.
1 parent 06eb6d4 commit e0bd9d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- 2.6
43
- 2.7
54

65
sudo: false
@@ -25,10 +24,7 @@ before_install:
2524
- cd $TRAVIS_BUILD_DIR
2625

2726
install:
28-
- pip install MySQL-python psycopg2 pytz
29-
30-
# includes a patch for python 2.6 support
31-
- pip install git+https://bitbucket.org/malb/pyme.git@459f3eca65#egg=pyme
27+
- pip install MySQL-python psycopg2 pytz pyme
3228

3329
before_script:
3430
# set up mysql database

0 commit comments

Comments
 (0)