Drop Python 2.6 support

This commit is contained in:
Behdad Esfahbod 2015-06-11 13:36:59 -07:00
parent b50b6f23c3
commit 3254f4039a
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"

View File

@ -11,7 +11,7 @@ Quoting from [TTX/FontTools Sourceforge Project](http://sourceforge.net/projects
```python setup.py install```
From your command line type the above command to get fontools installed on your system.
From your command line type the above command to get fontools installed on your system. FontTools requires Python 2.7, or Python 3.3 or later.
### Installation