Skip to content

Commit

Permalink
Test python 3.x with astropy 2 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Feb 28, 2018
1 parent 3a2b4ef commit 0d013af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ matrix:
env: DEPS="numpy scipy astropy=1.3 enum34"
- python: "2.7"
env: DEPS="numpy scipy astropy=2.0 enum34"
- python: "3.5"
env: DEPS="numpy scipy astropy=1.3"
- python: "3.5"
env: DEPS="numpy scipy astropy=2.0"
- python: "3.6"
env: DEPS="numpy scipy astropy=1.3"
- python: "3.5"
env: DEPS="numpy scipy astropy=3.0"
- python: "3.6"
env: DEPS="numpy scipy astropy=2.0"
- python: "3.6"
env: DEPS="numpy scipy astropy=3.0"

cache:
apt: true
Expand Down

0 comments on commit 0d013af

Please sign in to comment.