Fix testing against Python 2.7

This was missed in in #268 which was merged, but tests were not actually
executed on Travis CI for Python 2.7!
This commit is contained in:
Nick Pope 2017-11-23 13:04:08 +00:00
parent 60c88aa47f
commit 24f5fb1997

View file

@ -2,6 +2,7 @@ sudo: false
language: python
cache: pip
python:
- 2.7
- 3.4
- 3.5
- 3.6