Drops support for Python 2.6.
Squashed commit of the following: commit 2f3bc6d4829c0f6f901ed2185a2e05f31d1be79f Author: Adam Coddington <me@adamcoddington.net> Date: Sat Jan 23 14:58:44 2016 -0800 Most modern tools have dropped support for Python 2.6 at this point; we should, too.
This commit is contained in:
parent
13f71ddbcc
commit
77978b391f
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
language: python
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
before_install:
|
||||
- pip install -r requirements.txt
|
||||
|
|
Loading…
Reference in a new issue