Skip to content

Commit

Permalink
Merge pull request #367 from shanosborne/fix-ci
Browse files Browse the repository at this point in the history
Fix travis file
  • Loading branch information
mperrin authored Jun 22, 2020
2 parents 6677e0e + c20c328 commit 15a4278
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deploy:
username: "__token__"
password:
secure: ehTNpPSitppZJINBslbzT6bT+/woUTqpO/TATvMxHr+Czv6AgXyX1OZ/XFbNQKTe1Uh+fmPgIeDCh4/21xvFye6jYx9SBu5NyGTFVnFx4Fg1eEGtIkqY113qcACZKfEW/L1yFltto77QSEZwQpVKfgWG6uj2g/0/FrcB8uS3/kFbMxzHbEwE2o/+ff9wDpEA57EOMVWOEqnR6cmQJJCqvVDBNigb9ncQuhMvn6A1u2twTHXLmmUnJJ5vT3h8UUK+9VX4Q2g32RznJUQOidVJ8CLNbcyF4hKhfDRQsO9/OUAbdpW5xj5kLE8r6bHEZ3NTQgr3ZNuAe7/GvMWLeB7wRy5O1FTV+1Tltgp4QzOX+sl460g1iAUus78NvLKRlid9QjjE9aiNYEqoyXJc1O50lm4jWe12qQ1Do8JJNJZX8H7KH/foRqAmTyEkS6jOOXmepLeVOzOP+IrVXHfFp5RJCbhsDjODoSR9IWWzkZsb4nNcUcoLTAnfqpPY5NDQateq5TUqV/tGUG9+fvqH8kZFte0l8qBNrj2mDwTBb1weurucIzCV1MJYTSsjZBkdcBypqrslllza0qYwFi0IEDl3lIX4rz7yN8eczswUzsxL5svgHFXdZEwUqyAnvF7E6qX498o6nWwSfgRrLI+QQGa/sM/PfJa4NEjbdnn5EXRzak0=
on:
branch: stable
tags: true
skip_existing: true
on:
branch: stable
tags: true
skip_existing: true
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deps =
cov: pytest-cov
cov: coverage
cov: codecov
legacy: numpy==1.13.*
legacy: numpy==1.16.*
legacy: astropy==3.2.*
astropydev: git+git://github.com/astropy/astropy
numexpr: numexpr>=2.0.0
Expand Down

0 comments on commit 15a4278

Please sign in to comment.