Skip to content
This repository was archived by the owner on Mar 8, 2018. It is now read-only.

Commit 8a1b880

Browse files
authored
Merge pull request #7 from GoodRx/feature/travis-trusty-container
Switch to the new Ubuntu Trusty containers on Travis
2 parents 32a7dc5 + 8a1dbb6 commit 8a1b880

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
dist: trusty
12
sudo: false
3+
group: beta
24

35
language: python
46

57
matrix:
68
include:
79
- python: 2.7
810
env: TOXENV=py27
9-
- python: pypy
11+
- python: pypy-5.4.1
1012
env: TOXENV=pypy
1113
- python: 3.5
1214
env: TOXENV=py35

0 commit comments

Comments
 (0)