Removing python-dev versions

This commit is contained in:
Denis-Cosmin Nutiu 2017-04-17 13:57:20 +03:00
parent a410150714
commit 0fa358ebf7

View file

@ -5,9 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests