Skip to content

Commit

Permalink
Drop the old py35 job
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jul 13, 2020
1 parent 90e482e commit 141d9f7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ install:
script:
- |
set -eo pipefail
if [ "${T}" = "py35" ]; then
python3 -m compileall -f -x tahoe-depgraph.py .
else
tox -e ${T}
fi
tox -e ${T}
# To verify that the resultant PyInstaller-generated binary executes
# cleanly (i.e., that it terminates with an exit code of 0 and isn't
# failing due to import/packaging-related errors, etc.).
Expand Down Expand Up @@ -69,12 +65,9 @@ matrix:
python: '2.7'
env: T=pyinstaller LANG=en_US.UTF-8
language: generic # "python" is not available on OS-X
# this is a "lint" job that checks for python3 compatibility
- os: linux
python: '3.5'
env: T=py35
- os: linux
python: '3.6'
env: T=py36

fast_finish: true
- pip list

0 comments on commit 141d9f7

Please sign in to comment.