Skip to content

Commit

Permalink
see if we can't make travis happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
benson-basis committed May 3, 2015
1 parent 9c25d7f commit 890cff0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
language: python
python:
- "2.7"
- "3.4"
# command to install dependencies
before_install:
- sudo apt-get update
- sudo apt-get install python-pip openjdk-7-jdk
- sudo apt-get install python-pip openjdk-7-jdk ant

install:
- pip install --upgrade cython --use-mirrors
- pip install --upgrade future --use-mirrors
- pip install --upgrade setuptools --use-mirrors
- make

# command to run tests
script:
- make tests
- make clean all tests
- make clean all tests PYTHON3=1

0 comments on commit 890cff0

Please sign in to comment.