diff --git a/.travis.yml b/.travis.yml index 0532ae5..4d91cf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,5 @@ language: python python: - - "2.7" - - "3.4" - - "3.5" - "3.6" # current default Python on Travis CI - "3.7" - "3.8" @@ -10,7 +7,7 @@ python: - "nightly" # nightly build # command to install dependencies install: - - pip install -r requirements.txt + - pip install PyPDF2==1.26.0 # command to run tests script: - python setup.py || python3 setup.py