Skip to content

Commit 8effa35

Browse files
authored
Merge pull request #20 from swiftype/fix-travis
Fixed Travis specs
2 parents 371eceb + 9bf42e5 commit 8effa35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: python
22
matrix:
33
include:
4-
- python: 2.6
5-
env: TOXENV=py26
4+
- python: 2.7
5+
env: TOXENV=py27
66
- python: 3.6
77
env: TOXENV=py36
88
- python: pypy

0 commit comments

Comments
 (0)