Skip to content

Commit 997b4aa

Browse files
committed
publications python3 compatibiltiy + switching to python 3.8 for travis
1 parent 24189c4 commit 997b4aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
sudo: false
33
python:
4-
- "2.7"
4+
- "3.8"
55
install: "pip install jinja2 markdown pybtex"
66
script: make

0 commit comments

Comments
 (0)