carlbordum / datatyping

Pythonic type checking
http://datatyping.readthedocs.io
MIT License
35 stars 4 forks source link

add pypy to `.travis.yml` #3

Open carlbordum opened 6 years ago

Akuli commented 6 years ago

Are there logs of the build failing somewhere?

carlbordum commented 6 years ago

https://travis-ci.org/Zaab1t/datatyping/builds/305839293

Akuli commented 6 years ago

Have you tried python3 or pypy3 instead of python? It's trying to use 2.7 here.

carlbordum commented 6 years ago

I think it runs this command https://github.com/Zaab1t/datatyping/blob/master/.travis.yml#L14, but that pip is called something different for pypy