lantz
6def304585
Remove long tests from travis ( #993 )
2021-01-04 13:53:30 -08:00
Bob Lantz
d96b35694a
Use appropriate python version
2018-07-26 13:40:12 -07:00
Bob Lantz
c7deeae11c
Add sanity check for python mn version
2018-07-26 13:40:12 -07:00
Bob Lantz
17f9756e5c
sudo interferes with travis python 3 environment
2018-07-26 13:40:12 -07:00
Bob Lantz
1e9ca5f7fc
Fix missing quote in .travis.yml
2018-07-26 13:40:12 -07:00
Bob Lantz
0d9a6796df
Add Python 2.7 and Python 3.6
2018-07-25 19:44:45 -07:00
juan
70d14db881
Remove '- dist: xenial' because both jobs are run in the same Ubuntu version (14.04) as I have seen in the build logs.
...
The travis-CI docs confirm the OS environment is 'Ubuntu 14.04 LTS trusty'.
Travis-CI only proposes 14.04 LTS Trusty and there is no plan to update to 16.04 xenial
(c.f. https://github.com/travis-ci/travis-ci/issues/5821 )
It is useless to add a second job because it will run in the same environment.
2017-10-10 21:36:29 +02:00
Bob Lantz
2437aba984
Change to if to avoid breaking travis build on 16.04
2017-05-24 17:17:25 -07:00
Bob Lantz
32565765c1
For now, install dependencies before make codecheck
2017-03-15 16:19:31 -07:00
Bob Lantz
c1d07835bd
Rearrange code check
2017-03-15 15:49:26 -07:00
Bob Lantz
65acef533a
Run bash explicitly in codecheck conditional
2017-03-15 15:09:06 -07:00
Bob Lantz
92d57db0d0
Run codecheck on 14.04 only and after install (for deps)
2017-03-14 15:47:46 -07:00
Bob Lantz
13331d0ffd
Add "make codecheck"
2017-03-14 15:43:47 -07:00
lantz
b5b6beacb0
Multiple builds: trusty and xenial
2017-01-31 15:34:27 -08:00
Brian O'Connor
213563583d
Updating .travis.yml to suppress success notifications
2017-01-12 18:44:45 -08:00
Brian O'Connor
0b2d8461fd
Updating hwintf test to call host.stop()
...
host.terminate() does not remove the interfaces
2017-01-12 16:11:24 -08:00
Brian O'Connor
51f50e8b8f
Adding .travis.yml for Travis CI
2017-01-12 16:11:13 -08:00