Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 01e156b

Browse files
authored
Fix CI (#9)
* Remove duplicate line specifying language * Try using pip3 * Revert to pip * Removing CI tests for python 3.3 Py.test no longer supports python 3.3: https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23 * Add tests on python v3.8 * Test Python v3.7 instead v3.8 has no final release yet * Change dist from trusty to xenial
1 parent c2d1f37 commit 01e156b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# enable linux 14.04 environment
22
sudo: required
3-
dist: trusty
4-
language: python
5-
3+
dist: xenial
64
language: python
75

86
python:
9-
- "3.3"
107
- "3.5"
8+
- "3.7"
119

1210
before_install:
1311
- bash .infrastructure/install_icu.sh

0 commit comments

Comments
 (0)