Skip to content

Commit 3c76284

Browse files
committed
Merge travis config from master
1 parent ebc9b7d commit 3c76284

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,13 +1,13 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
54
- "3.3"
65
- "3.4"
76
- "3.5"
87
- "3.6"
98
install:
9+
- pip install virtualenv --upgrade
1010
- make install
1111
- make test-install
12-
script:
12+
script:
1313
- make test

0 commit comments

Comments
 (0)