Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kairavkkp authored Jul 31, 2020
1 parent 10f2ff0 commit ddcc55f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6" # current default Python on Travis CI
- "3.7"
- "3.8"
- "3.8-dev" # 3.8 development branch
- "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

0 comments on commit ddcc55f

Please sign in to comment.