swh:1:snp:c4a469f7e62ef35a38442b9d3c2feb1ca033f679
Raw File
Tip revision: 3b78a1f9b5ab8d1a702be5510de97eab98e62f8d authored by Brandon Rhodes on 13 December 2019, 14:08:58 UTC
Update changelog again and bump version to 2.11
Tip revision: 3b78a1f
.travis.yml
# Config file for automatic testing at travis-ci.org

language: python

python:
  - "2.7"
  - "3.4"
  - "3.5"
  - "3.6"
  - "3.7"

install:
  - "pip install unittest2"
  - "python setup.py sdist"
  - "mv jplephem trash"
  - "pip install dist/jplephem-*.tar.gz"

script:
  - "cd ci"
  - "unit2 jplephem.test"
  - "python -m jplephem.jpltest"
back to top