Skip to content

Commit 746561c

Browse files
committed
Travis fixes
1 parent d0441ba commit 746561c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
dist: xenial
12
language: python
23
python:
34
- "3.5"
45
- '3.6'
56
- '3.7'
6-
- pypy3.6
7+
- 'pypy3.5'
78
install:
89
- pip install .
910
- pip install -r requirements.txt

0 commit comments

Comments
 (0)