Skip to content

Commit

Permalink
Build on Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 14, 2020
1 parent e266dc9 commit 98938fe
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
if: branch = master OR tag IS present
python: "3.6"
python: "3.7"
sudo: true
services:
- docker
Expand All @@ -11,13 +11,6 @@ before_script:

jobs:
include:
- stage: Check compatibility with Python 3.7
python: 3.7
dist: bionic
script:
- pip install setuptools
- make install SUDO="" PY_BIN="python" PIP="pip"

- stage: Functional tests
before_script:
- sudo apt-get update -y
Expand Down

0 comments on commit 98938fe

Please sign in to comment.