Skip to content

Commit

Permalink
switch most tests to python3.6; also keep a single test for 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Jan 25, 2018
1 parent 06e4fa6 commit bc777c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: python
python:
- "2.7"
- "3.5"
- "3.6"
env: #split tests
global:
- REQUIRES_PYNBODY=false
Expand All @@ -19,6 +19,8 @@ matrix: # only run crucial tests for python 3.4
include:
- python: "3.4"
env: TEST_FILES='tests/test_orbit.py' REQUIRES_PYNBODY=true REQUIRES_ASTROPY=true
- python: "3.5"
env: TEST_FILES='tests/test_orbit.py' REQUIRES_PYNBODY=true REQUIRES_ASTROPY=true
addons:
apt:
packages:
Expand Down

0 comments on commit bc777c2

Please sign in to comment.