We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c9435 commit 69103baCopy full SHA for 69103ba
.travis.yml
@@ -1,3 +1,5 @@
1
+# dist: xenial
2
+
3
language: python
4
5
sudo: false
@@ -16,15 +18,17 @@ matrix:
16
18
env: TOXENV=py36
17
19
- python: 3.7-dev
20
env: TOXENV=py37
- - python: pypy
- env: TOXENV=pypy
21
+ # This is broken on travis as of 2019/03/12
22
+ # - python: pypy
23
+ # env: TOXENV=pypy
24
25
# build libyaml
26
before_script:
27
- >-
28
cd /tmp
- && git clone https://github.com/yaml/libyaml.git -b 0.2.2-pre1 libyaml
29
+ && git clone https://github.com/yaml/libyaml.git libyaml
30
&& cd libyaml
31
+ && git reset --hard 0.2.2
32
&& ./bootstrap
33
&& ./configure
34
&& make
0 commit comments