Skip to content

Commit

Permalink
Merge pull request #135 from mattsb42-aws/fix-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
zejn authored Apr 9, 2019
2 parents 98fc909 + 89ca338 commit 150f18b
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ matrix:
- python: 3.4
env: TOXENV=py34-compatibility
# CPython 3.5
- python: 3.5
env: TOXENV=py35-base
- python: 3.5
env: TOXENV=py35-cryptography-only
- python: 3.5
env: TOXENV=py35-pycryptodome-norsa
- python: 3.5
env: TOXENV=py35-pycrypto-norsa
- python: 3.5
env: TOXENV=py35-compatibility
# CPython 3.5
- python: 3.5
env: TOXENV=py35-base
- python: 3.5
Expand All @@ -56,36 +45,36 @@ matrix:
env: TOXENV=py35-compatibility
# CPython 3.6
- python: 3.6
env: TOXENV=py35-base
env: TOXENV=py36-base
- python: 3.6
env: TOXENV=py35-cryptography-only
env: TOXENV=py36-cryptography-only
- python: 3.6
env: TOXENV=py35-pycryptodome-norsa
env: TOXENV=py36-pycryptodome-norsa
- python: 3.6
env: TOXENV=py35-pycrypto-norsa
env: TOXENV=py36-pycrypto-norsa
- python: 3.6
env: TOXENV=py35-compatibility
env: TOXENV=py36-compatibility
# CPython 3.7
# xenial + sudo are currently needed to get 3.7
# https://github.com/travis-ci/travis-ci/issues/9815
- python: 3.7
env: TOXENV=py35-base
env: TOXENV=py37-base
dist: xenial
sudo: true
- python: 3.7
env: TOXENV=py35-cryptography-only
env: TOXENV=py37-cryptography-only
dist: xenial
sudo: true
- python: 3.7
env: TOXENV=py35-pycryptodome-norsa
env: TOXENV=py37-pycryptodome-norsa
dist: xenial
sudo: true
- python: 3.7
env: TOXENV=py35-pycrypto-norsa
env: TOXENV=py37-pycrypto-norsa
dist: xenial
sudo: true
- python: 3.7
env: TOXENV=py35-compatibility
env: TOXENV=py37-compatibility
dist: xenial
sudo: true
# PyPy 5.3.1
Expand Down

0 comments on commit 150f18b

Please sign in to comment.