mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-12 21:22:36 +01:00
.travis.yml refresh
- Update to xenial - Remove unused pandoc dependency - Run our (currently very minimal) test suite
This commit is contained in:
parent
c91b5f74ea
commit
51f441085e
12
.travis.yml
12
.travis.yml
@ -1,4 +1,4 @@
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
sudo: false
|
||||
|
||||
language: python
|
||||
@ -7,12 +7,10 @@ python:
|
||||
- '3.5'
|
||||
- '3.6'
|
||||
|
||||
script: python3 -m compileall .
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- pandoc
|
||||
install: python3 setup.py install
|
||||
script:
|
||||
- python3 -m compileall .
|
||||
- cd test/ && python3 -m unittest *.py
|
||||
|
||||
deploy:
|
||||
provider: pypi
|
||||
|
Loading…
Reference in New Issue
Block a user