Skip to content

Commit

Permalink
Fix tox, travis
Browse files Browse the repository at this point in the history
  • Loading branch information
timstaley committed Nov 21, 2016
1 parent 10d7456 commit e37b38e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
@@ -1,3 +1,9 @@
sudo: false
addons:
apt:
packages:
- pandoc

language: python
matrix:
include:
Expand All @@ -18,4 +24,4 @@ notifications:
on_success: never
on_failure: always

sudo: false

4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -13,6 +13,9 @@ compatibility for now:
``pull_event_time_as_utc``.
- ``Citation`` is now deprecated in favour of the alias ``EventIvorn``.

Documentation now includes tutorial material which was previously hosted in
a separate GitHub repo.


0.9.8 - 2016/11/09
-------------------
Expand All @@ -23,6 +26,7 @@ stream.
(Support for remaining VOEvent timescales 'GPS' and 'TT' has been
considered but needs a motivating use-case, see
https://github.com/timstaley/voevent-parse/issues/5 )
NB this functionality introduces a dependence on Astropy>=1.2.

0.9.7 - 2016/10/31
------------------
Expand Down
2 changes: 1 addition & 1 deletion documentation/source/tutorial/my_gaia.xml
@@ -1,3 +1,3 @@
<?xml version='1.0' encoding='UTF-8'?>
<voe:VOEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:voe="http://www.ivoa.net/xml/VOEvent/v2.0" xsi:schemaLocation="http://www.ivoa.net/xml/VOEvent/v2.0 http://www.ivoa.net/xml/VOEvent/VOEvent-v2.0.xsd" version="2.0" role="test" ivorn="ivo://hotwired.org/gaia_demo#1">
<Who><Description>VOEvent created with voevent-parse, version 0.9.8+13.g69d0a14.dirty. See https://github.com/timstaley/voevent-parse for details.</Description><AuthorIVORN>ivo://foo.hotwired.hotwireduniverse.org/bar</AuthorIVORN><Date>2016-11-21T16:44:34</Date><Author><title>Hotwired VOEvent Hands-on</title><contactName>Joe Bloggs</contactName></Author></Who><What><Param dataType="float" name="mag" ucd="phot.mag" value="18.77"/><Group name="historic"><Param dataType="float" name="hist_mag" ucd="phot.mag" value="19.62"/><Param dataType="float" name="hist_scatter" ucd="phot.mag" value="0.07"/></Group></What><WhereWhen><ObsDataLocation><ObservatoryLocation id="Gaia"/><ObservationLocation><AstroCoordSystem id="UTC-FK5-GEO"/><AstroCoords coord_system_id="UTC-FK5-GEO"><Time unit="s"><TimeInstant><ISOTime>2014-11-07T01:05:09</ISOTime></TimeInstant></Time><Position2D unit="deg"><Name1>RA</Name1><Name2>Dec</Name2><Value2><C1>168.47841</C1><C2>-23.01221</C2></Value2><Error2Radius>0</Error2Radius></Position2D></AstroCoords></ObservationLocation></ObsDataLocation></WhereWhen><Description>This is not an official Gaia data product.</Description><How><Description>Scraped from the Gaia website</Description><Description>This is Gaia14adi</Description><Reference uri="http://gsaweb.ast.cam.ac.uk/alerts/"/></How><Why><Description>Fading source on top of 2MASS Galaxy (offset from bulge)</Description></Why></voe:VOEvent>
<Who><Description>VOEvent created with voevent-parse, version 0.9.8+14.g10d7456.dirty. See https://github.com/timstaley/voevent-parse for details.</Description><AuthorIVORN>ivo://foo.hotwired.hotwireduniverse.org/bar</AuthorIVORN><Date>2016-11-21T21:14:22</Date><Author><contactName>Joe Bloggs</contactName><title>Hotwired VOEvent Hands-on</title></Author></Who><What><Param dataType="float" name="mag" ucd="phot.mag" value="18.77"/><Group name="historic"><Param dataType="float" name="hist_mag" ucd="phot.mag" value="19.62"/><Param dataType="float" name="hist_scatter" ucd="phot.mag" value="0.07"/></Group></What><WhereWhen><ObsDataLocation><ObservatoryLocation id="Gaia"/><ObservationLocation><AstroCoordSystem id="UTC-FK5-GEO"/><AstroCoords coord_system_id="UTC-FK5-GEO"><Time unit="s"><TimeInstant><ISOTime>2014-11-07T01:05:09</ISOTime></TimeInstant></Time><Position2D unit="deg"><Name1>RA</Name1><Name2>Dec</Name2><Value2><C1>168.47841</C1><C2>-23.01221</C2></Value2><Error2Radius>0</Error2Radius></Position2D></AstroCoords></ObservationLocation></ObsDataLocation></WhereWhen><Description>This is not an official Gaia data product.</Description><How><Description>Scraped from the Gaia website</Description><Description>This is Gaia14adi</Description><Reference uri="http://gsaweb.ast.cam.ac.uk/alerts/"/></How><Why><Description>Fading source on top of 2MASS Galaxy (offset from bulge)</Description></Why></voe:VOEvent>
3 changes: 3 additions & 0 deletions tox.ini
Expand Up @@ -12,6 +12,9 @@ deps =
pytest

[testenv:docs]
passenv = HOME
whitelist_externals =
pandoc
deps=
sphinx
commands=
Expand Down

0 comments on commit e37b38e

Please sign in to comment.