Skip to content

Commit

Permalink
Remove travis test for 2.6 and 3.3 (#76)
Browse files Browse the repository at this point in the history
- update README accordingly
  • Loading branch information
cp2boston authored and Li Xu committed Dec 18, 2017
1 parent d686992 commit 294be0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,13 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install tox
- pip install tox
script:
- tox

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ Please check out the [wiki](https://github.com/rosette-api/python/wiki) for addi

### Installation

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

`pip install rosette_api`

Expand Down

0 comments on commit 294be0b

Please sign in to comment.