Removing python-dev versions
This commit is contained in:
parent
a410150714
commit
0fa358ebf7
1 changed files with 0 additions and 2 deletions
|
@ -5,9 +5,7 @@ python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.5-dev" # 3.5 development branch
|
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.6-dev" # 3.6 development branch
|
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install: "pip install -r requirements.txt"
|
install: "pip install -r requirements.txt"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
|
|
Loading…
Reference in a new issue