travis: Explicitly set python versions
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user