skip 3 builds

This commit is contained in:
2016-12-20 13:08:55 -05:00
parent fd1262a8e8
commit 8f0ff0d68c
+1 -1
View File
@@ -1,7 +1,7 @@
language: python
python:
- "2.7"
- "3.5"
# - "3.5" # looks like ruamel.ordereddict doesn't build for python3
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests