Skip to content

Commit 426de43

Browse files
authored
jesus christ
1 parent 21b059c commit 426de43

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.travis.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: python
22
python:
3-
- "2.6"
4-
- "2.7"
5-
- "3.2"
6-
- "3.3"
7-
- "3.4"
8-
- "3.5"
9-
- "3.5-dev"
10-
- "nightly"
3+
- '2.7'
4+
- '3.2'
5+
- '3.3'
6+
- '3.4'
7+
- '3.5'
8+
- nightly
119
install:
1210
- pip install .
1311
script: python tests/travis.py

0 commit comments

Comments
 (0)