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

Commit

Permalink
Fix CI (#9)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ezmiller authored Feb 4, 2020
1 parent c2d1f37 commit 01e156b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# enable linux 14.04 environment
sudo: required
dist: trusty
language: python

dist: xenial
language: python

python:
- "3.3"
- "3.5"
- "3.7"

before_install:
- bash .infrastructure/install_icu.sh
Expand Down

0 comments on commit 01e156b

Please sign in to comment.