Skip to content

Commit

Permalink
fix py2 testing
Browse files Browse the repository at this point in the history
lsstsw has changed its default install to py3, which means that py3 is
being tested twice and py2 is never run.
  • Loading branch information
jhoblitt committed Feb 5, 2018
1 parent be16dae commit 9f8e5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ matrix:
env: DEPLOY_ARGS="-3 -b"
- os: linux
python: 2.7
env: DEPLOY_ARGS="-b"
env: DEPLOY_ARGS="-2 -b"

script: |
LSSTSW="$PWD/lsstsw"
Expand Down

0 comments on commit 9f8e5b2

Please sign in to comment.