Skip to content

Commit

Permalink
Merge pull request #64 from dr-rodriguez/master
Browse files Browse the repository at this point in the history
Making astrodbkit compatible with Python 3
  • Loading branch information
dr-rodriguez committed Aug 17, 2016
2 parents d48c2b1 + bbdca65 commit 3e5512f
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 77 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ python:
- 3.4
- 3.5

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start

env:
global:
# The following versions are the 'default' for tests, unless
Expand All @@ -26,8 +31,8 @@ env:
matrix:
allow_failures:
- python: 3.3
- python: 3.4
- python: 3.5
# - python: 3.4
# - python: 3.5

install:
- git clone git://github.com/astropy/ci-helpers.git
Expand Down

0 comments on commit 3e5512f

Please sign in to comment.