Skip to content

Commit

Permalink
travis fixups
Browse files Browse the repository at this point in the history
make travis execute py3.7 again

modernise config
  • Loading branch information
tomato42 committed May 25, 2020
1 parent 9912a51 commit 38c5cb6
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ addons:
# needed for GMPY
- libgmp-dev

os: linux

python:
- 2.6
- 2.7
Expand All @@ -27,7 +29,6 @@ python:
# workaround for 3.7 not available in default configuration
# travis-ci/travis-ci#9815
dist: trusty
sudo: false

env:
- TACKPY=true
Expand Down Expand Up @@ -55,8 +56,6 @@ matrix:
# workaround for 3.7 not available in default configuration
# travis-ci/travis-ci#9815
- python: 3.7
dist: xenial
sudo: true
env: M2CRYPTO=true
- python: 2.7
env: PYCRYPTO=true
Expand All @@ -67,8 +66,6 @@ matrix:
- python: 3.6
env: PYCRYPTO=true
- python: 3.7
dist: xenial
sudo: true
env: PYCRYPTO=true
- python: 2.7
env: GMPY=true
Expand All @@ -79,8 +76,6 @@ matrix:
- python: 3.6
env: GMPY=true
- python: 3.7
dist: xenial
sudo: true
env: GMPY=true
- python: 2.7
env: M2CRYPTO=true PYCRYPTO=true GMPY=true
Expand All @@ -91,8 +86,6 @@ matrix:
- python: 3.6
env: M2CRYPTO=true PYCRYPTO=true GMPY=true
- python: 3.7
dist: xenial
sudo: true
env: M2CRYPTO=true PYCRYPTO=true GMPY=true CC_COV=true

before_install:
Expand Down Expand Up @@ -163,8 +156,6 @@ script:
done
fi
sudo: false

after_success:
- travis_retry coveralls
- if [[ $CC_COV == 'true' ]]; then coverage xml; ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi

0 comments on commit 38c5cb6

Please sign in to comment.