Skip to content

Commit

Permalink
fix typo that duplicated pycryptodome tests in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsb42-aws committed Sep 10, 2018
1 parent 60d1399 commit c8aa469
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
- python: 2.7
env: TOXENV=py27-pycryptodome
- python: 2.7
env: TOXENV=py27-pycryptodome
env: TOXENV=py27-pycrypto
- python: 2.7
env: TOXENV=py27-compatibility
# CPython 3.4
Expand All @@ -29,7 +29,7 @@ matrix:
- python: 3.4
env: TOXENV=py34-pycryptodome
- python: 3.4
env: TOXENV=py34-pycryptodome
env: TOXENV=py34-pycrypto
- python: 3.4
env: TOXENV=py34-compatibility
# CPython 3.5
Expand All @@ -40,7 +40,7 @@ matrix:
- python: 3.5
env: TOXENV=py35-pycryptodome
- python: 3.5
env: TOXENV=py35-pycryptodome
env: TOXENV=py35-pycrypto
- python: 3.5
env: TOXENV=py35-compatibility
# CPython 3.5
Expand All @@ -51,7 +51,7 @@ matrix:
- python: 3.5
env: TOXENV=py35-pycryptodome
- python: 3.5
env: TOXENV=py35-pycryptodome
env: TOXENV=py35-pycrypto
- python: 3.5
env: TOXENV=py35-compatibility
# PyPy 5.3.1
Expand All @@ -62,7 +62,7 @@ matrix:
- python: pypy-5.3.1
env: TOXENV=pypy-pycryptodome
- python: pypy-5.3.1
env: TOXENV=pypy-pycryptodome
env: TOXENV=pypy-pycrypto
- python: pypy-5.3.1
env: TOXENV=pypy-compatibility
# matrix:
Expand Down

0 comments on commit c8aa469

Please sign in to comment.