travis: Explicitly set python versions

This commit is contained in:
James R. Barlow
2017-10-11 00:37:13 -07:00
parent dd6eaacc6b
commit dc9589aca8
+5 -1
View File
@@ -1,5 +1,8 @@
dist: trusty
language: python
python:
- "3.5"
- "3.6"
cache:
pip: true
directories:
@@ -48,7 +51,8 @@ jobs:
script:
- mv ocrmypdf dont_import_this_ocrmypdf
- pytest -n auto
- mv dont_import_this_ocrmypdf ocrmypdf
- mv dont_import_this_ocrmypdf ocrmypdf
- stage: deploy
os: linux
python: 3.6