3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-26 12:14:24 +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 sudo: false
language: python language: python
@ -7,12 +7,10 @@ python:
- '3.5' - '3.5'
- '3.6' - '3.6'
script: python3 -m compileall . install: python3 setup.py install
script:
addons: - python3 -m compileall .
apt: - cd test/ && python3 -m unittest *.py
packages:
- pandoc
deploy: deploy:
provider: pypi provider: pypi