pyjnius/.travis.yml

17 lines
213 B
YAML
Raw Normal View History

2012-11-06 18:49:29 +00:00
language: python
2015-06-24 19:41:22 +00:00
2012-11-06 18:49:29 +00:00
python:
2015-06-24 19:41:22 +00:00
- 2.7
2017-03-23 18:18:58 +00:00
- 3.6
2015-06-24 19:41:22 +00:00
2012-11-06 18:49:29 +00:00
before_install:
- sudo apt-get update
- sudo apt-get install python-pip openjdk-7-jdk
2012-11-06 18:49:29 +00:00
install:
2015-11-04 22:30:24 +00:00
- pip install --upgrade cython six
2012-11-06 18:49:29 +00:00
script:
2015-06-24 19:41:22 +00:00
- make
2012-11-06 18:49:29 +00:00
- make tests