3
0
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:
James Lu 2018-07-28 11:01:01 -07:00
parent c91b5f74ea
commit 51f441085e

View File

@ -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