Skip to content

Commit 294be0b

Browse files
cp2bostonLi Xu
authored andcommitted
Remove travis test for 2.6 and 3.3 (#76)
- update README accordingly
1 parent d686992 commit 294be0b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
5-
- "3.3"
64
- "3.4"
75
- "3.5"
86
- "3.6"
97
install:
10-
- pip install tox
8+
- pip install tox
119
script:
1210
- tox
1311

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Please check out the [wiki](https://github.com/rosette-api/python/wiki) for addi
55

66
### Installation
77

8-
The Python binding requires Python 2.6 or greater and is available through pip:
8+
The Python binding requires Python 2.7+ or 3.4+ and is available through pip:
99

1010
`pip install rosette_api`
1111

0 commit comments

Comments
 (0)