Skip to content

Commit

Permalink
remove pypi deployment flag from python=2.7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 13, 2019
1 parent b0a4de5 commit 9a79215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ matrix:
- python: 3.6
env: TEST_TYPE="pytest" TEST_AIIDA_BACKEND="django" MOCK_CRY17_EXECUTABLES=true PYPI_DEPLOY=true
- python: 2.7
env: TEST_TYPE="pytest" TEST_AIIDA_BACKEND="django" MOCK_CRY17_EXECUTABLES=true PYPI_DEPLOY=true
env: TEST_TYPE="pytest" TEST_AIIDA_BACKEND="django" MOCK_CRY17_EXECUTABLES=true
- python: 3.6
env: TEST_TYPE="pytest" TEST_AIIDA_BACKEND="sqlalchemy" MOCK_CRY17_EXECUTABLES=true
- python: 3.6
Expand Down

0 comments on commit 9a79215

Please sign in to comment.