Skip to content

Commit 8149509

Browse files
committed
Fixed incorrect version definitions in travis
1 parent 43625de commit 8149509

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: python
22

33
python:
4-
- 2.6
5-
- 2.7
6-
- pypy
7-
- 3.3
4+
- "2.6"
5+
- "2.7"
6+
- "pypy"
7+
- "3.3"
88

99
env:
1010
- REQUIREMENTS=lowest

0 commit comments

Comments
 (0)