Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
1. updated travis-ci distro to xenial to get Python3.7 to work!!!
Browse files Browse the repository at this point in the history
2. changed pypy to pypy2.7 and enabled pypy3.5
  • Loading branch information
mostafa committed Jul 8, 2018
1 parent cfff8c8 commit 88425c1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
sudo: required
dist: trusty
group: deprecated-2017Q2
sudo: yes
dist: xenial

jdk:
- oraclejdk8
Expand All @@ -24,8 +23,8 @@ python:
- "2.7"
- "3.6"
- "3.7"
- "pypy"
# - "pypy3"
- "pypy2.7"
- "pypy3.5"

install:
- pip install -r requirements.txt
Expand Down

0 comments on commit 88425c1

Please sign in to comment.