Skip to content

Commit

Permalink
Try to install apt-get packages from travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
duerrp committed Apr 25, 2015
1 parent db411ec commit f4412e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
language: python
cache: pip
sudo: false
python:
- '2.7'
- '3.2'
- '3.3'
- '3.4'
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libhdf5-serial-dev pandoc
addons:
apt_packages:
- pandoc
- libhdf5-serial-dev
install:
- pip install -r requirements.txt
- pip install coveralls
Expand All @@ -18,6 +20,7 @@ after_success:
- coverage report -m
- coveralls --verbose
- pandoc -o README.rst README.md
- pandoc --version
deploy:
provider: pypi
server: https://testpypi.python.org/pypi
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name="pyexperiment",
version="0.1.16.dev5",
version="0.1.16.dev6",
author="Peter Duerr",
author_email="duerrp@gmail.com",
description="Run experiments with Python - quick and clean.",
Expand Down

0 comments on commit f4412e2

Please sign in to comment.