We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d686992 commit 294be0bCopy full SHA for 294be0b
.travis.yml
@@ -1,13 +1,11 @@
1
language: python
2
python:
3
- - "2.6"
4
- "2.7"
5
- - "3.3"
6
- "3.4"
7
- "3.5"
8
- "3.6"
9
install:
10
- - pip install tox
+ - pip install tox
11
script:
12
- tox
13
README.md
@@ -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`
0 commit comments